home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / c_tutor.lha / C_Tutor / UGLYFORM.C < prev    next >
Encoding:
Text File  |  1985-02-05  |  203 b   |  5 lines

  1. main()  /* Main program starts here */{printf("Good form ");printf
  2.  ("can aid in ");printf("understanding a program.\n")
  3. ;printf("And bad form ");printf("can make a program ");
  4. printf("unreadable.\n");}
  5.