RosettaCodeData/Task/Hello-world-Standard-error/Oz/hello-world-standard-error.oz

7 lines
109 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
functor
import Application System
define
{System.showError "Goodbye, World!"}
{Application.exit 0}
end