Problem helloworld
User Dhanvine
Submission Time 2023-07-13 09:35:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:12: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
4 | return "Hello World";
| ^~~~~~~~~~~~~
| |
| const char*