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

4 lines
59 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
main:(
put(stand error, ("Goodbye, World!", new line))
)