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
]]>View the discussion thread.
blog comments powered by Disqus
]]>