2014-05-14 08:02:08 -04:00

6 lines
78 B
Plaintext

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