X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Foberon%2Fprog.m;fp=t%2Fproblems%2Fhello%2Ftests%2Foberon%2Fprog.m;h=e67028fc55b318f0c6b2d572cf7253217fc69089;hp=0000000000000000000000000000000000000000;hb=0220f51aca25f4ca5953c73581381fc8161b0719;hpb=333da65132be56555d5787751ca5ed869b9af1d0 diff --git a/t/problems/hello/tests/oberon/prog.m b/t/problems/hello/tests/oberon/prog.m new file mode 100644 index 0000000..e67028f --- /dev/null +++ b/t/problems/hello/tests/oberon/prog.m @@ -0,0 +1,8 @@ +MODULE prog; + +IMPORT Out; + +BEGIN + Out.String("Hello World!"); + Out.Ln +END prog.