From 438fce7805472236982bf511af83cf3bf1c25dd8 Mon Sep 17 00:00:00 2001 From: carlosam Date: Sat, 5 Aug 2017 23:38:35 +0100 Subject: [PATCH] Remove duplicate Kotlin file --- README.md | 1 - k/kotlin | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 k/kotlin diff --git a/README.md b/README.md index 1a6ca89c..0c9b8fe4 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,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!") -}