class Kai {
private:
int age = 21;
string school = "Oregon State University";
vector<string> clubs = {"Association for Computing Machinery", "Google Developer Group on Campus", "Hackathon Club"};
vector<string> courses = {"Capstone Project", "Databases", "Networks", "Numerical Analysis"};
vector<string> hobbies = {"Archery", "Guitar", "Poker", "Skiing"};
public:
void getInfo() const;
};
Here are a few things I've been up to...
- ๐: Creating a website that generates optimal degree plans for students
- ๐ต: Learning how to play songs like Carry On Wayward Son and House Of The Rising Sun on the guitar
- ๐ป: Competed in the ICPC PNW Regionals competition
- ๐พ: Traveled to San Francisco to compete in CalHacks 11.0, the largest collegiate hackathon