Say "Hello, World!" With C++

  • + 0 comments

    include

    int main() { std::cout << "Hello, World!" << std::endl; return 0; }