home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff331.lzh / CRobots / downer.r < prev    next >
Text File  |  1990-03-21  |  101b  |  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.