/* hello.c */ int main (int argc, char **argv, char **envp) { printf ("Hello, World!|n"); exit (0); }