class Profile {
public String name;
public String pronouns;
public String school;
public String year;
public String major;
private double GPA;
public String sport;
public String[] hobbies;
public Profile() {
this.name = "Grace Theobald";
this.pronouns = "She/Her";
this.school = "Northeastern University";
this.year = "Fourth-year";
this.major = "Computer Science and Behavioral Neuroscience";
this.GPA = 3.9;
this.sport = "NCAA D1 Rowing";
this.hobbies = {"Mountaineering", "Skiing", "Backpacking", "Guitar", "Audiobooks"};
}
}
4th year CS & Neuro @ Northeastern
-
Northeastern University
- Seattle, WA
- in/gracelyn-theobald
Highlights
- Pro
Pinned Loading
-
jekhi5/NorthStar
jekhi5/NorthStar PublicA beautifully designed space-themed question/answer forum for curious coders!
TypeScript 3
-
Northeastern-Electric-Racing/FinishLine
Northeastern-Electric-Racing/FinishLine PublicOur project management dashboard, v5
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

