7 lines
126 B
Text
7 lines
126 B
Text
from "EMBED" import bit_array_le;
|
|
|
|
const bool CONST = bit_array_le([true], [true]);
|
|
|
|
def main() -> bool {
|
|
return CONST;
|
|
}
|