RosettaCodeData/Task/Hello-world-Standard-error/Oz/hello-world-standard-error.oz
2023-07-01 13:44:08 -04:00

6 lines
109 B
Text

functor
import Application System
define
{System.showError "Goodbye, World!"}
{Application.exit 0}
end