/* hello.c */ #include <hello.h> int main (int argc, char **argv, char **envp) { printf ("Hello, World!|n"); exit (1); }