diff --git a/README.md b/README.md index 20da590a..0a5eafac 100755 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Hubot](h/hubot.coffee) * [Hy](h/hy.hy) * [Hypertalk](h/hypertalk.ht) +* [I5](i/i5.i5) * [Ibm1401](i/ibm1401) * [Icedcoffeescript](i/IcedCoffeeScript.ics) * [Ici](i/ici.ici) diff --git a/i/i5.i5 b/i/i5.i5 new file mode 100644 index 00000000..ce41d39b --- /dev/null +++ b/i/i5.i5 @@ -0,0 +1,3 @@ +fn main() { + $print("Hello World") +}