1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/call_in_constant.zok
2021-09-24 17:54:16 +03:00

7 lines
No EOL
83 B
Text

def yes() -> bool:
return true
const bool TRUE = yes()
def main():
return