1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/runtime_errors/div_zero_uint.zok

3 lines
No EOL
40 B
Text

def main(u8 x):
u8 y = 0x01 / x
return