7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
$ include "seed7_05.s7i";
|
|
|
|
const proc: main is func
|
|
begin
|
|
writeln("Hello World");
|
|
end func;
|