6 lines
No EOL
113 B
Text
6 lines
No EOL
113 B
Text
/*
|
|
This is a multi-line comment
|
|
written in more than just one line.
|
|
*/
|
|
def main() -> field:
|
|
return 42 |