Add Cobra

Fixes: #584 Fixes: #553 Fixes: #594 Fixes: #654
Co-Authored-By: Vladimir <notemissary@users.noreply.github.com>
This commit is contained in:
Richie Bendall 2020-03-30 08:06:05 +13:00
parent 4d3bb759ee
commit 1fd842dd29
2 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Clisp](c%5Cclisp.lisp)
* [Clojure](c%5Cclojure.clj)
* [Cobol](c%5Ccobol.cbl)
* [Cobra](c%5Ccobra.cobra)
* [Coconut](c%5Ccoconut.coc)
* [Coffeescript](c%5Ccoffeescript.coffee)
* [Coldfusion](c%5Ccoldfusion.cfm)

4
c/cobra.cobra Normal file
View File

@ -0,0 +1,4 @@
class Hello
def main
print 'Hello World'