1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/book/constant_definition.zok
2021-04-19 14:57:53 +02:00

4 lines
No EOL
61 B
Text

const field PRIME = 31
def main() -> field:
return PRIME