RosettaCodeData/Task/Hello-world-Text/AWK/hello-world-text-3.awk
2023-07-01 13:44:08 -04:00

4 lines
46 B
Awk

// {
print "Hello world!"
exit
}