Hello, World!

View as PDF


Comments

Please read the guidelines before commenting.



  • 0
    thb2205  commented on Oct. 7, 2024, 11:47 p.m.

    include <iostream>

    using namespace std;

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