Welcome!  login or register

Your great ideas will be born here
language: C (gcc-4.3.4)
date: 219 days 1 hour ago
link:
visibility: public
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!!!