Add mozart hello world

This commit is contained in:
Guillaume Gomez
2014-12-02 15:41:29 +01:00
parent 4691aea289
commit b8720a0a47

8
m/mozart.oz Normal file
View File

@@ -0,0 +1,8 @@
functor
import
Application
System
define
{System.showInfo 'Hello World!'}
{Application.exit 0}
end