home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / gi / ctutor / wrtsome.c < prev   
C/C++ Source or Header  |  1995-10-31  |  63b  |  5 lines

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