6 lines
78 B
Plaintext
Raw Normal View History

2013-05-27 22:47:58 -03:00
package hello
fun main(args : Array<String>) {
println("Hello, world!")
}