Say "Hello, World!" With C++

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