]> iEval git - gruntmaster-daemon.git/blob - t/problems/hello/tests/oberon/prog.m
e67028fc55b318f0c6b2d572cf7253217fc69089
[gruntmaster-daemon.git] / t / problems / hello / tests / oberon / prog.m
1 MODULE prog;
2
3 IMPORT Out;
4
5 BEGIN
6 Out.String("Hello World!");
7 Out.Ln
8 END prog.
This page took 0.040832 seconds and 5 git commands to generate.