This website requires JavaScript.
Explore
Help
Register
Sign in
github-mig
/
ZoKrates
Watch
1
Star
0
Fork
You've already forked ZoKrates
0
mirror of
synced
2025-09-23 12:18:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
3fbf63d335
ZoKrates
/
zokrates_cli
/
examples
/
runtime_errors
/
div_zero_uint.zok
dark64
68dac762db
spaces > tabs
2022-06-01 00:04:40 +02:00
4 lines
52 B
Text
Raw
Blame
History
def main(u8 x) {
u8 y = 0x01 / x;
return;
}
Reference in a new issue
View git blame
Copy permalink