Problem helloworld
User Chipz
Submission Time 2023-08-17 11:50:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:19:23: error: expected ‘;’ before ‘}’ token
19 | cout << "Hello World"
| ^
| ;
20 | }
| ~