home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / UTILS / editplus / template.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-10  |  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.