🧩 I'm passionate about troubleshooting
🗃️ I also love to organize things
🪛 My background is in IT support
🤝 I was a full-time volunteer for 7 years
📚 I completed the 42 School Common Core
💼 I'm currently a Junior Full-Stack Developer at RTE S.A.
int main()
{
std::string const WALTER = "always learning";
while (WALTER == "always learning")
std::cout << "I'm " << WALTER << " in an infinite loop!" << std::endl;
}