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

9 lines
86 B
Modula-2

MODULE hello;
IMPORT Out;
BEGIN
Out.String("Hello, World"); Out.Ln
END hello.