home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / Templates / ConsoleApp_c.txt < prev    next >
Encoding:
Text File  |  2003-12-15  |  119 b   |  9 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(int argc, char *argv[])
  5. {
  6.   
  7.   system("PAUSE");    
  8.   return 0;
  9. }