1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/book/abi.zok
2021-05-05 11:24:54 +02:00

11 lines
No EOL
125 B
Text

struct Bar {
field a
}
struct Foo {
u8 a
Bar b
}
def main(Foo foo, bool[2] bar, field num) -> field:
return 42