/* Author: James Tam Date: march 24, 2003 A slightly larger C program that follows good "C" style conventions. */ int main () { return(0); }