Problem helloworld2
User asruby
Submission Time 2023-12-23 14:00:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld2.cpp: In function ‘int main()’:
helloworld2.cpp:3:27: error: expected ‘;’ before ‘}’ token
3 | std::cout<< "Hello World"
| ^
| ;
4 | }
| ~