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

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

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