6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
package hello
|
|
|
|
fun main(args : Array<String>) {
|
|
println("Hello, world!")
|
|
}
|