home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / c / c_tutor / GENSCR / WRTMORE_C < prev    next >
Text File  |  1987-11-21  |  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.