Problem helloworld
User Nathan
Submission Time 2024-04-05 13:46:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:6: error: found ‘:’ in nested-name-specifier, expected ‘::’
1 | print:hello world
| ^
| ::
helloworld.cpp:1:1: error: ‘print’ does not name a type; did you mean ‘int’?
1 | print:hello world
| ^~~~~
| int