Problem helloworld
User Elnathan
Submission Time 2023-12-17 14:40:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: ‘main’ does not name a type
1 | main{puts("Hello World");}
| ^~~~