โจ Other
๐ชจ Miscellaneous
Here are my plans, ideas, and a bit about myself. I hope you find something interesting!

๐ Plan
- ๐ Learn Python
- ๐ป Learn Linux
- ๐ฟ Learn C++
- ๐ฐ Learn SoC

๐ Hobbies
- ๐ Reading
- ๐ Traveling
- ๐ฎ Gaming
- ๐โโ๏ธ Running

๐ก Ideas
- ๐ฒ Eat healthy
- ๐ Sleep on time
- ๐ Keep reading
- ๐งโโ๏ธ Meditate

๐ Dream
- ๐ Good luck
- โต Try new things
- ๐ฐ Become rich
๐ธ Life Moments
๐ฎ Gaming Life
I enjoy playing Game in my spare time.
๐โโ๏ธ Fitness Journey
I love running and playing basketball.
๐ Reading Corner
I enjoy reading all kinds of novels.
๐ต Music Taste
I prefer quiet instrumental music while studying.
๐ญ Personal Philosophy
"Code is like humor. When you have to explain it, it's bad." - Cory House
I believe in writing clean, maintainable code and continuously learning new technologies. Every project is an opportunity to grow and improve my skills.
๐ฏ Select
๐ End!
๐ Thank you for your attention!
int main() {
std::string name;
std::cout << "Enter your name: ";
std::cin >> name;
std::cout << "Good Bye " << name << ", welcome to my world next time!" << std::endl;
return 0;
}