I make robots. Sometimes they listen.
struct Ian {
std::string name = "Ian";
std::string pronouns = "he/him";
std::vector<std::string> languages = {"C", "C++", "Python", "Java"};
std::string status = "Student at Carnegie Mellon University";
std::string major = "Computer Science + Robotics";
std::string location = "Pittsburgh, PA";
};


