Added Koberi C
Fixes: #579 Co-Authored-By: Filip Peterek <fpeterek@seznam.cz>
This commit is contained in:
@@ -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
3
k/koberi-c.koberice
Normal file
@@ -0,0 +1,3 @@
|
||||
(int main()
|
||||
(print "Hello World")
|
||||
(return 0))
|
||||
Reference in New Issue
Block a user