Added Koberi C

Fixes: #579
Co-Authored-By: Filip Peterek <fpeterek@seznam.cz>
This commit is contained in:
Richie Bendall
2020-04-01 05:26:35 +13:00
parent 1794b24d05
commit d3b6e99f0f
2 changed files with 4 additions and 0 deletions

View File

@@ -336,6 +336,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Kiml](k/KimL.kiml)
* [Kipple](k/kipple.kipple)
* [Kitten](k/kitten.ktn)
* [Koberi C](k/koberi-c.koberice)
* [Kotlin](k/kotlin.kt)
* [Ksh](k/ksh.ksh)
* [Labyrinth](l/labyrinth.labyrinth)

3
k/koberi-c.koberice Normal file
View File

@@ -0,0 +1,3 @@
(int main()
(print "Hello World")
(return 0))