Problem helloworld
User codementality
Submission Time 2023-02-09 17:03:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:2: error: cannot declare ‘::main’ to be a global variable
2 | print ("hello world") )
| ^~~~~
helloworld.cpp:2:2: error: ‘print’ was not declared in this scope; did you mean ‘int’?
2 | print ("hello world") )
| ^~~~~
| int