home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a016 / 1.ddi / C / LIMERICK.C < prev    next >
Encoding:
Text File  |  1992-03-15  |  86 b   |  5 lines

  1. void limerick (void)
  2. {
  3.    printf ("There was a young fellow from Microsoft\n");
  4. }
  5.