struct { // About Me
string intro = "Hi, I'm Serhat, a Game Developer.";
vector<string> common_langs = { "HTML", "CSS", "JS", "PHP", "C++", "C#", "SQL","PY"};
vector<string> learning = { "C#", "C++" };
string interest = "I love developing video games";
string email = "[email protected]";
string discord = "@samueleduardoyoshio";
string linkedin = "@serhatciftci03";
} Serhat;