diff --git a/README.md b/README.md index b1285e17..c6530398 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Kiml](k/KimL.kiml) * [Kipple](k/kipple.kipple) * [Kitten](k/kitten.ktn) -* [Kotlin](k/kotlin) * [Kotlin](k/kotlin.kt) * [Ksh](k/ksh.ksh) * [Labyrinth](l/labyrinth.labyrinth) diff --git a/k/kotlin b/k/kotlin deleted file mode 100644 index 52899bb4..00000000 --- a/k/kotlin +++ /dev/null @@ -1,5 +0,0 @@ -package hello - -fun main(args : Array) { - println("Hello, world!") -}