diff --git a/m/mozart.oz b/m/mozart.oz new file mode 100644 index 00000000..aa21596b --- /dev/null +++ b/m/mozart.oz @@ -0,0 +1,8 @@ +functor +import + Application + System +define + {System.showInfo 'Hello World!'} + {Application.exit 0} +end