#include <string>
#include <vector>
using std::string,std::vector
class PersonalInfo {
public:
string nickname;
private:
string fullName;
unsigned age;
};
class ContactInfo{
public:
string telegramUsername;
string tikTokUsername;
private:
string phoneNumber;
string email;
}
class AdditionalInfo{
public:
string favoriteDistro;
vector<string> favoritePL;
string favoriteIDE;
}
void GoldenVadim(){
PersonalInfo personalInfo;
personalInfo.nickname="GoldenVadim";
ContactInfo contactInfo;
contactInfo.telegramUsername="@GoldenVadimOfficial"
contactInfo.tikTokUsername="@goldenvadim"
AdditionalInfo additionalInfo;
additionalInfo.favoriteDistros = "Gentoo";
additionalInfo.favoritePL = {"C++", "Python"};
additionalInfo.favoriteIDE = "";
}
int main()
{
GoldenVadim();
return 0;
}
🏠
Working from home
- Ukraine, Lviv
-
04:21
(UTC +02:00) - GoldenVadim.github.io
- @GoldenVadimOfficial
- https://goldenvadimofficial.t.me
- https://www.guilded.gg/u/GoldenVadim
Popular repositories Loading
-
-
-
-
-
SnapbloxSecurity
SnapbloxSecurity PublicThe dangerous method to save Roblox session on your trusted device.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

