7 lines
118 B
Text
7 lines
118 B
Text
/*
|
|
This is a multi-line comment
|
|
written in more than just one line.
|
|
*/
|
|
def main() -> field {
|
|
return 42;
|
|
}
|