What do you want to be, It's what do you do, Not what you think. 💓
- 🐽 Wow! What a millennium!?
- 🏠 Born in a remote village in China.
- 🍀 Full stack learner.
- 😉 Focus on audio development, A music producer.
- 🚶 Let everyting slow down.
- 😜 Any other entries, Add them when I remember!
class AboutMe {
public:
auto LearningLang() const -> void {
cout << "CPP\n"
<< "Go\n"
<< "Python\n"
<< "Typescript\n";
}
auto SayWhat() const -> void {
cout << "To go to the sea, to have a \"pure\" love, to the most desolate place, to the most prosperous place"
<< endl
<< "Leaving this \"bad\" world without any burden"
<< endl
<< "Fuck the world." << endl;
}
};