7 lines
100 B
Plaintext
Raw Normal View History

$ include "seed7_05.s7i";
const proc: main is func
begin
writeln("Hello World");
end func;