home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / games / crobots.lha / downer.r < prev    next >
Encoding:
Text File  |  1990-02-07  |  101 b   |  10 lines

  1. CRobots, Inc.
  2. I. B. Dumb
  3. /* target just sits there */
  4.  
  5. main() {
  6.   drive(270, 100);
  7.   while(1)
  8.    ;
  9. }
  10.