4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
|
fun main(args: Array<String>) {
|
||
|
println("Hello, world!")
|
||
|
}
|