Say "Hello, World!" With C++

  • + 0 comments

    include

    int main()[ std::cout << "Hello World!" ; return 0; ]