mirror of
https://github.com/circify/circ.git
synced 2026-01-09 21:58:19 -05:00
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
def main(private field A, private field B) -> bool {
|
|
assert(A + B == 123);
|
|
return true;
|
|
} |