From 634a1b1ddd8c0fbbe52c4597c779cd538ce74393 Mon Sep 17 00:00:00 2001 From: Cooper LaRhette Date: Fri, 10 Apr 2020 18:55:20 -0700 Subject: [PATCH] Add Inkling (#735) * adds inkling hello world * Normalize text * Add README entry Co-authored-by: Richie Bendall --- README.md | 1 + inkling.ink | 1 + 2 files changed, 2 insertions(+) create mode 100644 inkling.ink 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"