1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/examples/functions_equivalent.code
2017-06-13 11:57:19 +02:00

3 lines
38 B
Text

def main(a,b):
c = a + b
return c