| Problem | helloworld | 
|---|---|
| User | shrekusmaximus | 
| Submission Time | 2023-05-11 09:31:30 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:21: error: expected ‘;’ before ‘}’ token
    6 |  cout<<"Hello World"
      |                     ^
      |                     ;
    7 | 
    8 | }
      | ~