oberonbyexample/examples/hello-world/Console/Hello.Mod.ob2
Antranig Vartanian 95b512baf4
post rebranding
2024-05-11 19:17:23 +04:00

10 lines
102 B
Text

MODULE hello;
IMPORT Console;
BEGIN
Console.String("Hello World!");
Console.Ln
END hello.