home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / tests / t01.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-08  |  75 b   |  6 lines

  1. #include <stdio.h>
  2. main()
  3. {
  4.   printf("Hello, world, from t1.c!\n");
  5. }
  6.