diff --git a/README.md b/README.md index b0fc3503..c918eb65 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/inkling.ink b/inkling.ink new file mode 100644 index 00000000..958340aa --- /dev/null +++ b/inkling.ink @@ -0,0 +1 @@ +display "Hello World"