beginner C++ cutie & web explorer 🍬
- ˙.🍰ˎˊ learning: how to poke C++ until it works!! (๑ᵔ⤙ᵔ๑)
- ⭑˖🍭.˙ building: tiny apps & cozy interfaces.
- -`🩷´- motto: "one semicolon at a time, please!"
- ˚˖🌸⋆ vibe: soft colors, snacks, and bug-free code ☁️
#include <iostream>
void daily_routine() {
bool is_comfy = true;
while (is_comfy) {
std::cout << "making magic with web... ✨" << std::endl;
std::cout << "becoming a C++ master! ₍ᐢ. .ᐢ₎" << std::endl;
std::cout << "eating sweet treats... 🍮" << std::endl;
}
}