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

4 lines
52 B
Awk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
BEGIN {
print "Goodbye, World!" > "/dev/stderr"
}