2 lines
38 B
Text
2 lines
38 B
Text
|
|
fun main(x: int): bool = (x & 1) == 0
|
|
|
fun main(x: int): bool = (x & 1) == 0
|