home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 1: #1 / CCCC 8804 Volume 1 Number 1 - Alde.iso / C / MISC / TUTOR / CTUTOR2.ARC / WRTMORE.C < prev    next >
Encoding:
Text File  |  1985-02-05  |  256 b   |  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.