Merge pull request #159 from GuillaumeGomez/patch-1

Add mozart hello world
This commit is contained in:
Mike Donaghy
2015-04-13 22:30:04 -04:00

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