Problem helloworld
User Naya2403
Submission Time 2025-06-15 22:47:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: expected unqualified-id before ‘return’
1 | return << "Hello World";
| ^~~~~~