/* Program 3-1 */

main ()
{
 printf ("Programming is NOT fun!!!\n");
}


/* Program Output

Programming is fun.

*/
