home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Shareware / Twistpad 1.1 / Setup.exe / Templates / C and C++ Template.c next >
Encoding:
C/C++ Source or Header  |  2003-08-14  |  103 b   |  8 lines

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