You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
142 B

  1. import "circuit-test-2.circuit"
  2. func main(private s0, public s1):
  3. s3 = exp3(s0)
  4. s4 = sum(s3, s0)
  5. s5 = s4 + 5
  6. equals(s1, s5)
  7. out = 1 * 1