RosettaCodeData/Task/Hello-world-Text/Seed7/hello-world-text.seed7

7 lines
101 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ include "seed7_05.s7i";
const proc: main is func
begin
writeln("Hello world!");
end func;