home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / Topware / devc / _SETUP.4 / Group2 / Default.txt < prev    next >
Text File  |  2000-06-11  |  105b  |  10 lines

  1. #include <iostream>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6.  
  7.       system("PAUSE");
  8.       return 0;
  9. }
  10.