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.023332 seconds and 4 git commands to generate.