RosettaCodeData/Task/Hello-world-Text/AWK/hello-world-text-3.awk

5 lines
46 B
Awk

// {
print "Hello world!"
exit
}