home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 2 / romside_best_of_german_only_2.iso / dos / lernbild / ckurs / compiler / test.c < prev   
C/C++ Source or Header  |  1993-05-27  |  70b  |  8 lines

  1. # include <stdio.h>
  2.  
  3.  
  4. main()
  5. {
  6.    printf(" Hallo Welt !\n");
  7. }
  8.