1 /* 2 * p3-1.c 3 * Beispielprogramm 1, Abschnitt 3 4 */ 5 6 void main(void) 7 { 8 printf ("Viel Spass mit C !\n"); 9 10 } /* main() */