struct Engineer {
std::string title = "executive software engineer";
std::string profession = "building scalable backend systems by day";
std::string passion = "crafting wow addons by night";
std::string currentProject = "swirlui core";
std::vector<std::string> languages = {"c++", "python", "java", "javascript", "lua"};
std::vector<std::string> hobbies = {"ui design", "gaming", "open source"};
};
int main() {
Engineer swirl;
std::cout << swirl.title << " who loves " << swirl.passion << std::endl;
std::cout << "current project: " << swirl.currentProject << std::endl;
return 1;
}
-
-
Notifications
You must be signed in to change notification settings - Fork 0
lolswirl/lolswirl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Packages 0
No packages published