4 lines
No EOL
83 B
Text
4 lines
No EOL
83 B
Text
from "EMBED" import u8_to_bits
|
|
|
|
def main(u8 a) -> bool[8]:
|
|
return u8_to_bits(a) |