| Problem | helloworld |
|---|---|
| User | xcaramelx |
| Submission Time | 2024-11-11 09:20:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:23: error: expected ‘;’ before ‘}’ token
6 | cout << "Hello World"
| ^
| ;
7 | }
| ~