using namespace std;
class Developer {
public:
string name = "Marcel Weikum";
string location = "Germany π©πͺ";
string role = "Apprentice Application Developer";
string company = "WΓΌrth Elektronik";
vector<string> interests = {
"C++",
"Full-Stack Development",
"Performance Optimization",
"Mentoring"
};
struct Communities {
string exercism = "Mentor - Helping others learn to code";
string mensa = "Member - High IQ Society";
} communities;
string currentFocus = "Building performant backend services & responsive frontends";
string funFact = "I optimize code AND mentor developers π―";
};
Popular repositories Loading
-
-
-
-
-
awesome-advent-of-code
awesome-advent-of-code PublicForked from Bogdanp/awesome-advent-of-code
A collection of awesome resources related to the yearly Advent of Code challenge.
Markdown
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.



