Next: printf.c Up: Program Listings Previous: Program Listings

hello.c


#include <stdio.h>
main()
{
    (void) printf("Hello World\n");
    return (0);
}


Dave.Marshall@cm.cf.ac.uk
Fri May 20 13:40:49 BST 1994