| Problem | helloworld |
|---|---|
| User | justinyeoh18 |
| Submission Time | 2025-11-12 10:07:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:22: error: expected ‘;’ before ‘}’ token
6 | cout<< 'Hello World'
| ^
| ;
7 |
8 | }
| ~