Hello, World! in Seed7
Example for versions
Seed7 2012-01-01
$ include "seed7_05.s7i";
const proc: main is func
begin
writeln("Hello, World!");
end func;
Comments
]]>blog comments powered by Disqus
]]>