Add Oberon
[gruntmaster-daemon.git] / t / problems / hello / tests / oberon / prog.m
diff --git a/t/problems/hello/tests/oberon/prog.m b/t/problems/hello/tests/oberon/prog.m
new file mode 100644 (file)
index 0000000..e67028f
--- /dev/null
@@ -0,0 +1,8 @@
+MODULE prog;
+
+IMPORT Out;
+
+BEGIN
+  Out.String("Hello World!");
+  Out.Ln
+END prog.
This page took 0.009163 seconds and 4 git commands to generate.