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;
}
👻
- new york
-
20:15
(UTC -04:00) - https://waitimramping.com
- lolswirl
- @swirlstreams
- https://discord.gg/rC59prqTBq
Pinned Loading
-
wait-im-ramping
wait-im-ramping Publichealing theorycrafting, visualization, and optimizing tools for world of warcraft healers
TypeScript
-
swirlui-core
swirlui-core Publicautomated profile management and advanced interface tweaking addon for swirlui
Lua
-
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.