RosettaCodeData/Task/Hello-world-Standard-error/ALGOL-68/hello-world-standard-error.alg

4 lines
59 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
main:(
put(stand error, ("Goodbye, World!", new line))
)