1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
ZoKrates/out.code
2017-11-26 00:37:53 +01:00

3 lines
41 B
Text

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