#include <vector>
#include <string>
struct Me {
std::vector<std::string> languages = {
"C++", "Python", "TypeScript"
};
std::vector<std::string> experience = {
"Formula Trinity ADS Engineer",
"HackEurope Co-founder",
"Null Fellow",
"Patch Alumni"
};
std::string role = "Designer × Engineer";
std::string location = "Dublin";
} me;
Popular repositories Loading
-
learncpp-offline
learncpp-offline PublicAll learncpp.com lessons downloaded aswell as added navigation between html pages
HTML
-
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.



