Next:
printf.c
Up:
Program Listings
Previous:
Program Listings
hello.c
#include <stdio.h> main() { (void) printf("Hello World\n"); return (0); }