home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 381.lha / CRobots_v2.3w / target.r < prev    next >
Encoding:
Text File  |  1990-05-30  |  85 b   |  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.