1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/stdlib/utils/binary/isbool.code
2019-01-24 17:05:19 +01:00

3 lines
No EOL
53 B
Text

def main(field a) -> (field):
0 == (a-1)*a
return 1