/** * This is my hello file. */ #include int main () { fprintf (stdout, "Hello\n"); return 0; } // main