home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp211a.exe / template.cpp < prev    next >
C/C++ Source or Header  |  1998-04-09  |  107b  |  9 lines

  1. #include <stdio.h>
  2.  
  3. int main(int argc, char *argv[])
  4. {
  5.     printf("Hello, world\n");
  6.     ^!
  7.     return 0;
  8. }
  9.