6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
fun main(args: Array<String>) {
|
|
if (x > 0)
|
|
x = 2
|
|
else
|
|
x = 3
|
|
} |