1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
ZoKrates/zokrates_cli/examples/imports/bar.zok
2022-04-06 20:23:58 +02:00

8 lines
105 B
Text

struct Bar {}
const field ONE = 1;
const field BAR = 21 * ONE;
def main() -> field {
return BAR;
}