Merge pull request #422 from carlos-am/master

Remove duplicate Kotlin file
This commit is contained in:
Mike Donaghy
2017-08-18 11:48:18 -05:00
committed by GitHub
2 changed files with 0 additions and 6 deletions

View File

@@ -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)

View File

@@ -1,5 +0,0 @@
package hello
fun main(args : Array<String>) {
println("Hello, world!")
}