home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1113.dms / 1113.adf / CRobots / target.r < prev    next >
Text File  |  1993-03-02  |  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.