1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/tests/code/if_else_false.code
2018-08-08 12:46:25 +02:00

2 lines
No EOL
47 B
Text

def main(a):
return if a == 1 then 1 else 0 fi