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
Wed Sep 14 10:06:31 BST 1994