home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Arachno / data.z / template.cpp < prev    next >
C/C++ Source or Header  |  1999-02-08  |  80b  |  10 lines

  1. // [arach_filename]
  2.  
  3. #include <iostream>
  4.  
  5. int main()
  6. {
  7.     |
  8.     return 0;
  9. }
  10.