home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
cmplangm
/
1989_6
/
awk
/
hello.awk
< prev
next >
Wrap
Text File
|
1987-12-10
|
56b
|
5 lines
BEGIN {
print "Hello World!"
exit
}