home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 109.lha / PD_C / crt / Main.c < prev    next >
Text File  |  1986-11-20  |  136b  |  8 lines

  1. char TWspec[] = "CON:30/30/200/150/MyProgram";
  2.  
  3. main ()
  4. {
  5.     Write (Output (), "Taking a 10 second snooze...\n", 29);
  6.     Delay (50 * 10);
  7. }
  8.