2014-04-04 15:15:00 +05:30

6 lines
78 B
Kotlin

package hello
fun main(args : Array<String>) {
println("Hello, world!")
}