2013-05-27 22:47:58 -03:00

6 lines
78 B
Plaintext

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