class Sebastian {
private:
int age = 21;
string school = "Oregon State University";
string[] hobbies = new string[] {"Basketball", "Piano", "Guitar", "Magic: The Gathering", "Bouldering"};
string[] courses = new string[] {"Usability Engineering, Database Management Systems,
Applied Data Science, Advanced Web Development"};
public:
Sebastian();
}Here are a few things I'm doing right now...
๐งโ๐ป - Leading the App Development Club at Oregon State University
๐น - Learning how to play Why Love - Maybe Happy Ending on the piano
๐ช - Playing Magic: The Gathering drafts and standard games with friends


