~vcs-imports/gawk/master

1
2
3
4
5
6
@load "revoutput"

BEGIN {
	REVOUT = 1
	print "hello, world" > "/dev/stdout"
}