| Problem | helloworld | 
|---|---|
| User | Curiocodeexplorer | 
| Submission Time | 2023-11-08 09:50:48 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 helloworld.cpp:7:9: error: missing terminating " character
    7 |  cout <<"Hello World;
      |         ^~~~~~~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:3: error: expected primary-expression before ‘return’
    9 |   return 0;
      |   ^~~~~~