RosettaCodeData/Task/Hello-world-Standard-error/Oz/hello-world-standard-error.oz
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

6 lines
109 B
Text

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