| Problem | helloworld | 
|---|---|
| User | Fibohyan | 
| Submission Time | 2023-10-04 16:12:23 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:21: error: expected ‘;’ before ‘return’
    9 |  cout<<"Hello World"
      |                     ^
      |                     ;
   10 |     return 0; //terminate program
      |     ~~~~~~