home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / THIN C 2.0 / Projects / hello2 / hello2.c next >
Encoding:
C/C++ Source or Header  |  1989-12-10  |  67 b   |  9 lines  |  [TEXT/THIN]

  1. SayHello()
  2. {
  3.     printf( "Hello, world!" );
  4. }
  5.  
  6. main()
  7. {
  8.     SayHello();
  9. }