I'm a sophomore studying Computer science with a passion for anything digital
class whoAmI
{
public:
string User = "Daniel Michel";
string currentWork = "Coding stuff";
string hobbies[5] = {
"Coding",
"Gaming",
"Playing the Drums",
"skating",
"Playing squash"
}
City getCity(){
return Cairo_Egypt;
}
Ambitions getAmbitions(){
CompetiveProgramming();
lowLevelProgramming();
//Many more Ambitions
};