Add mozart hello world
This commit is contained in:
8
m/mozart.oz
Normal file
8
m/mozart.oz
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
functor
|
||||||
|
import
|
||||||
|
Application
|
||||||
|
System
|
||||||
|
define
|
||||||
|
{System.showInfo 'Hello World!'}
|
||||||
|
{Application.exit 0}
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user