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