home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / chipcd20010102.iso / software / resources / editplus / ep2setup.exe / template.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-09  |  107 b   |  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.