You are reading a single comment by @andyp and its replies. Click here to read the full conversation.
  • c++

    #include // provides std::cout

    int main()
    {
    std::cout << "Hello, world!\n";
    return 0;
    }

About

Avatar for andyp @andyp started