RosettaCodeData/Task/Even-or-odd/Futhark/even-or-odd.futhark
2023-07-01 13:44:08 -04:00

1 line
38 B
Text

fun main(x: int): bool = (x & 1) == 0