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

7 lines
109 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
functor
import Application System
define
{System.showError "Goodbye, World!"}
{Application.exit 0}
end