DEV Community

Discussion on: Welcome Thread - v51

Collapse
 
arman7878 profile image
Arman7878

class Me{
public :
Me() {std::cout << "Hi guys!";}
string name = "Arman";
int y_of_birth = 1999;
string fav_list[5] = {
"BASS",
"KEYBOARD",
"CARDS",
"SKILL",
"INTELLECTUAL CHALLENGES"
};
string life_plan = "";
};