RosettaCodeData/Task/Hello-world-Text/AWK/hello-world-text-3.awk
2015-11-18 06:14:39 +00:00

4 lines
46 B
Awk

// {
print "Hello world!"
exit
}