1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_cli/tests/code/simple_add.code
2018-08-21 17:47:57 +02:00

3 lines
92 B
Text

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