home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / tutor / pro2 / wrtsome.c < prev   
Encoding:
C/C++ Source or Header  |  1987-07-04  |  63 b   |  5 lines

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