4 lines
No EOL
86 B
Text
4 lines
No EOL
86 B
Text
import "EMBED/u16_to_bits" as to_bits
|
|
|
|
def main(u16 a) -> bool[16]:
|
|
return to_bits(a) |