1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/book/comments.zok

4 lines
No EOL
119 B
Text

def main() -> field:
field a = 42 // this is an end of line comment
// this is a full line comment
return a