Problem helloworld2
User HelloMhing
Submission Time 2023-07-11 23:22:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld2.cpp: In function ‘int main()’:
helloworld2.cpp:4:23: error: expected ‘;’ before ‘}’ token
4 | printf("Hello World")
| ^
| ;
5 | }
| ~