Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 840 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 840 Bytes

Hi there 👋, I'm Sebastian

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...