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 / target.r < prev    next >
Text File  |  1990-03-21  |  85b  |  12 lines

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