𧩠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;
}