From 7de5475249210070673541875b5d9d3198759045 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 18:55:28 +1300 Subject: [PATCH] Add Fennel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #578 Co-Authored-By: Martín Aguilar --- README.md | 1 + f/fennel.fnl | 1 + 2 files changed, 2 insertions(+) create mode 100644 f/fennel.fnl diff --git a/README.md b/README.md index 94d268f5..c6544305 100755 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [False](f%5Cfalse.f) * [Fancy](f%5Cfancy.fy) * [Fantom](f%5Cfantom.fan) +* [Fennel](f%5Cfennel.fnl) * [Ferite](f%5Cferite.fe) * [Fetlang](f%5Cfetlang.fet) * [Fim++](f%5Cfim%2B%2B.fimpp) diff --git a/f/fennel.fnl b/f/fennel.fnl new file mode 100644 index 00000000..32ac17a2 --- /dev/null +++ b/f/fennel.fnl @@ -0,0 +1 @@ +(print "Hello World")