RosettaCodeData/Task/Hello-world-Standard-error/CLU/hello-world-standard-error.clu

4 lines
90 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
start_up = proc ()
stream$putl(stream$error_output(), "Goodbye, World!")
end start_up