RosettaCodeData/Task/Hello-world-Standard-error/AWK/hello-world-standard-error-2.awk

4 lines
52 B
Awk
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
BEGIN {
print "Goodbye, World!" > "/dev/stderr"
}