/* File hello.c This file gets included in the main program. This is not the normal way to use #include, but we have it just for demonstration purposes. */ printf("Hello world.\n") ;