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
Wrap
C/C++ Source or Header
|
1993-05-27
|
70b
|
8 lines
# include <stdio.h>
main()
{
printf(" Hallo Welt !\n");
}