struct Engineer {
std::string title = "executive software engineer";
std::string profession = "building scalable backend systems by day";
std::string passion = "hobbyist using math to solidify presented information";
std::string currentProject = "swirlui core";
std::vector<std::string> languages = {"*"};
std::vector<std::string> hobbies = {"ui design", "gaming", "festivals", "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
-
10:20
(UTC -05: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.


