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