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

  1. main()
  2. {
  3.    printf("This is a line of text to output.\n");
  4.    printf("And this is another ");
  5.    printf("line of text.\n\n");
  6.    printf("This is a third line.\n");
  7. }
  8.