1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
ZoKrates/zokrates_cli/examples/book/assert.zok
2022-06-21 15:03:53 +02:00

4 lines
54 B
Text

def main() {
assert(1f + 1f == 2f);
return;
}