5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
fun main(args : Array<String>) {
|
|
if (1 != 0) {
|
|
1
|
|
}
|
|
} |