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