Added Seed7

Fixes: #744
Co-Authored-By: code2828 <code2828@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-05-04 23:19:13 +12:00
parent 575eb4dd8f
commit a6539cefb2
2 changed files with 7 additions and 0 deletions

6
s/seed7.s7 Normal file
View File

@@ -0,0 +1,6 @@
$ include "seed7_05.s7i";
const proc: main is func
begin
writeln("Hello World");
end func;