diff --git a/README.md b/README.md index dfe5c901..47e04a98 100755 --- a/README.md +++ b/README.md @@ -544,6 +544,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Scss](s/Scss.scss) * [Sed](s/sed.sed) * [Seed](s/seed) +* [Seed7](s/seed7.s7) * [Self](s/self.self) * [Semicolon](s/semicolon) * [Sendstuff](s/SendStuff.ss) diff --git a/s/seed7.s7 b/s/seed7.s7 new file mode 100644 index 00000000..25650e54 --- /dev/null +++ b/s/seed7.s7 @@ -0,0 +1,6 @@ +$ include "seed7_05.s7i"; + +const proc: main is func + begin + writeln("Hello World"); + end func;