class Sebastian {
private:
int age = 20;
string school = "Oregon State University";
string[] courses = new string[] {"Senior Capstone Project, Operating Systems, Technical Writing"};
string[] hobbies = new string[] {"Basketball", "Piano", "Doomscrolling"};
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 :)