home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / ICTARI08.ARJ / ictari.08 / C / PROGRAMS / GOODFORM.C < prev    next >
Text File  |  1986-11-11  |  384b  |  10 lines

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