Problem helloworld
User new2coding279
Submission Time 2024-01-22 18:22:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:1: error: ‘print’ does not name a type; did you mean ‘printf’?
3 | print << "Hello World" >>
| ^~~~~
| printf