Added Cduce

Fixes: #690
Co-Authored-By: Vysakh Sreekumaran <nam8u@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-04-01 05:42:26 +13:00
parent f0bfe3b7f1
commit 8b47f46e49
2 changed files with 2 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Cardinal](c/cardinal.cardinal)
* [Casio Basic](c/Casio%20BASIC)
* [Cat](c/cat.cat)
* [Cduce](c/cduce.cduce)
* [Centura](c/centura.centura)
* [Ceylon](c/ceylon.ceylon)
* [Cgi](c/cgi.c)

1
c/cduce.cduce Normal file
View File

@@ -0,0 +1 @@
print "Hello World";;