From 9cd57ece857abafa11af6f75bdcb07d930cf4095 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 1 Apr 2020 05:43:27 +1300 Subject: [PATCH] Added I5 Fixes: #660 Co-Authored-By: Salif Mehmed --- README.md | 1 + i/i5.i5 | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 i/i5.i5 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") +}