class Sebastian {
private:
int age = 20;
string school = "Oregon State University";
string[] courses = new string[] {"Senior Capstone Project, Intro to Parallel Programming, Intro to Computer Networks"};
string[] hobbies = new string[] {"Basketball", "Piano", "Guitar"};
public:
Sebastian();
}Here are a few things I'm doing right now...
π§βπ» - Leading the App Development Club at Oregon State University
π οΈ - Working on Cloud Game Developer Tools at Netflix
πΉ - Learning how to play Liebestraum No. 3 (Love Dream) on the piano
π - Building my senior capstone project: a degree course planner called Advise-U for Oregon State University students


