From d3b6e99f0f84b8e7f7fbbd771e468a53c919cae0 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 1 Apr 2020 05:26:35 +1300 Subject: [PATCH] Added Koberi C Fixes: #579 Co-Authored-By: Filip Peterek --- README.md | 1 + k/koberi-c.koberice | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 k/koberi-c.koberice 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))