Add Inkling (#735)

* adds inkling hello world

* Normalize text

* Add README entry

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Cooper LaRhette
2020-04-10 18:55:20 -07:00
committed by GitHub
parent 8275efb807
commit 634a1b1ddd
2 changed files with 2 additions and 0 deletions

View File

@@ -319,6 +319,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Indec](i/InDec.indec)
* [Inform](i/inform.inform)
* [Ink](i/ink.ink)
* [Inkling](i/inkling.ink)
* [Intercal](i/intercal.i)
* [Io](i/Io.Io)
* [Ioke](i/ioke.ik)

1
inkling.ink Normal file
View File

@@ -0,0 +1 @@
display "Hello World"