diff --git a/README.md b/README.md index 13f0c010..768b1658 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/k/koberi-c.koberice b/k/koberi-c.koberice new file mode 100644 index 00000000..fa908d9e --- /dev/null +++ b/k/koberi-c.koberice @@ -0,0 +1,3 @@ +(int main() + (print "Hello World") + (return 0))