1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/examples/simple_add.code

3 lines
69 B
Text

// only using add, no need to flatten
def main(a, b):
return a + b