1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/examples/simple_mul.code
Jacob Eberhardt b6bca81863 example added
2017-10-23 11:45:25 +02:00

3 lines
39 B
Text

def main(a, b, c):
return a * b * c