Fixes: #660
Co-Authored-By: Salif Mehmed <salifm@salifm.com>
This commit is contained in:
Richie Bendall 2020-04-01 05:43:27 +13:00
parent 8b47f46e49
commit 9cd57ece85
2 changed files with 4 additions and 0 deletions

View File

@ -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)

3
i/i5.i5 Normal file
View File

@ -0,0 +1,3 @@
fn main() {
$print("Hello World")
}