Your great ideas will be born here
language: C (gcc-4.3.4)
date: 42 days 17 hours ago
link:
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