aboutsummaryrefslogtreecommitdiffstats
path: root/test/hello.awk
blob: 9e6d569d29640617a50df28d89b839875d47f965 (plain)
1
2
3
BEGIN {
	print "Hello"
}