3 lines
52 B
Plaintext
Vendored
3 lines
52 B
Plaintext
Vendored
fun main(args: Array<String>) {
|
|
println(3 + 5)
|
|
} |