1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/book/ternary.zok
2021-09-15 19:39:01 +02:00

3 lines
No EOL
69 B
Text

def main(field x) -> field:
field y = x + 2 == 3 ? 1 : 5
return y