Added awk

This commit is contained in:
Robert Wohlrab
2007-12-01 14:50:32 +01:00
parent 362cd93825
commit fe1637618f

2
awk.awk Normal file
View File

@@ -0,0 +1,2 @@
# awk -f awk.awk
BEGIN { print "Hello World" }