COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
hello.cpp File Reference
#include <iostream>
Include dependency graph for hello.cpp:

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( void )

Definition at line 5 of file hello.cpp.

5 {
6 cout << "Hello World!" << endl;
7 return 0;
8}