Add Fennel

Fixes: #578
Co-Authored-By: Martín Aguilar <mrtnpwn@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 18:55:28 +13:00
parent 9f14693918
commit 7de5475249
2 changed files with 2 additions and 0 deletions

View File

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

1
f/fennel.fnl Normal file
View File

@@ -0,0 +1 @@
(print "Hello World")