home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / CTUTOR2.ZIP / WRTSOME.C < prev   
Encoding:
Text File  |  1985-12-18  |  128 b   |  5 lines

  1. main()
  2. {
  3.    printf("This is a line of text to output.");
  4. }
  5.