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
119 B

  1. func main(private s0, public s1):
  2. s2 = s0 * s0
  3. s3 = s2 * s0
  4. s4 = s3 + s0
  5. s5 = s4 + 5
  6. equals(s1, s5)
  7. out = 1 * 1