home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0331.lha / 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.