home *** CD-ROM | disk | FTP | other *** search
/ Total Destruction / Total_Destruction.iso / addons / Lccwin32.exe / Lccwin32 / lccpub / demo / hello / hello.c next >
Encoding:
C/C++ Source or Header  |  1996-06-06  |  83 b   |  6 lines

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