Added kotlin

This commit is contained in:
bcnjr5
2013-05-27 22:47:58 -03:00
parent d28aee9b21
commit bdb8a63cb1

5
kotlin Normal file
View File

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