โœจ Other

๐Ÿชจ Miscellaneous

Here are my plans, ideas, and a bit about myself. I hope you find something interesting!

Learning

๐Ÿ“ Plan

  • ๐Ÿ Learn Python
  • ๐Ÿ’ป Learn Linux
  • ๐ŸŒฟ Learn C++
  • ๐Ÿ“ฐ Learn SoC
Hobbies

๐ŸŽˆ Hobbies

  • ๐Ÿ“š Reading
  • ๐Ÿš— Traveling
  • ๐ŸŽฎ Gaming
  • ๐Ÿƒโ€โ™‚๏ธ Running
Ideas

๐Ÿ’ก Ideas

  1. ๐Ÿฒ Eat healthy
  2. ๐Ÿ›Œ Sleep on time
  3. ๐Ÿ“š Keep reading
  4. ๐Ÿง˜โ€โ™‚๏ธ Meditate
Dream

๐ŸŒˆ Dream

  1. ๐ŸŒˆ Good luck
  2. โ›ต Try new things
  3. ๐Ÿ’ฐ 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;
	}