Hello World! 🚀 I'm Abhiman G S I'm a high school student learning to code, design, and exploring new technologies. Let's kick things off with a classic intro: #include <iostream> using namespace std; int main(){ cout << "Hello, World!" << endl; return 0; }