Skip to content
Snippets Groups Projects
Thought.java 76 B
Newer Older
package sample;

public class Thought {
    private String thoughtText;


}