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

4 lines
No EOL
121 B
Text

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