Rename kotlin to k/kotlin

This commit is contained in:
bcnjr5
2014-05-14 08:02:08 -04:00
parent 6fb8bda201
commit b196351492

5
k/kotlin Normal file
View File

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