Ticket #31736: 1.c

File 1.c, 59 bytes (added by spolitov@…, 13 years ago)
Line 
1int main()
2{
3    printf("Hello World!\n");
4    return 0;
5}