1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/imports/bar.zok
2021-04-16 21:51:13 +02:00

7 lines
No EOL
98 B
Text

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