Remove duplicate Kotlin file

This commit is contained in:
carlosam
2017-08-05 23:38:35 +01:00
parent eaab90137f
commit 438fce7805
2 changed files with 0 additions and 6 deletions

View File

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