Problem | helloworld |
---|---|
User | Sardothien3926 |
Submission Time | 2023-07-13 20:49:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:13: error: expected ‘;’ before ‘}’ token
6 | return 0
| ^
| ;
7 | }
| ~