# include // // Program 3.1, Stephen Kochan, Programming in C. // int main ( void ) { printf ( "Programming is fun.\n" ); return 0; }