1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_cli/examples/book/assert.zok
2021-04-16 15:19:05 +02:00

3 lines
No EOL
48 B
Text

def main() -> ():
assert(1f + 1f == 2f)
return