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

4 lines
71 B
Text

// a and b are factorization of c
def main(c):
c == a * b
return 1