1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/examples/add.code
2017-02-01 11:56:48 +01:00

6 lines
123 B
Text

// only using add, no need to flatten
def qeval(a):
b = a + 5
c = a + b + a + 4
d = a + c + a + b
return b + c + d