class Sebastian {
private:
int age = 20;
string school = "Oregon State University";
string[] courses = new string[] {"Capstone Project, Causal Inference in AI, Introduction to Databases"};
string[] hobbies = new string[] {"Basketball", "Piano", "Poker"};
public:
Sebastian();
}
Here are a few things I'm doing right now...
- Creating a website that generates Synesthesia-like piano tutorials from any piano audio
- Learning how to play songs like Prelude in C# Minor - Rach and Red Swan from AoT on the piano
- Preparing for the ICPC PNW Regionals competition :)