1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_cli/examples/brackets.code
2018-08-20 16:43:53 +02:00

4 lines
93 B
Text

def main(field a) -> (field):
field b = (a + 5) * 6
field c = 7 * (b + a)
return b + c