Intro

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arsoov
    Newbie
    • Nov 2025
    • 1

    #1

    Intro

    #include <iostream>


    int main() {
    std::cout << "Hello, World, i am new!" << std::endl;
    return 0;
    }
Working...