Problem | helloworld |
---|---|
User | joshua2152 |
Submission Time | 2023-04-21 16:05:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:81: error: expected ‘;’ before ‘return’
5 | cout << '"Hello World"! So simple! Remember to not print the exclamation mark!'
| ^
| ;
6 | return 0;
| ~~~~~~