|
1 2 3 4 5 | #include <stdio.h> int main(void) { printf("Hello World!!!"); } |
prog.c: In function ‘main’: prog.c:5: warning: control reaches end of non-void function
-
upload with new input
-
result: Success time: 0s memory: 1672 kB returned value: 14   Would you like to manage your submissions?
Sign up now and enjoy the full functionality of Ideone.Hello World!!!
