/* hello.c -- The most famous program of them all .. */ #include int main(void) { printf("Hello World!\n"); // return 0; }