Datei: hello1.c


    1   /*
    2    *      hello1.c
    3    *      1. C-Programm
    4    *      klin, Thu Oct 21 14:28:58 1999
    5    */
    6   
    7   #include <stdio.h>
    8   
    9   void main(void)
   10   {
   11     printf("Hallo Welt!\n");
   12   
   13   } /* main() */


Erzeugt von c2html 1.01