5 lines
No EOL
73 B
Text
5 lines
No EOL
73 B
Text
def foo() -> field:
|
|
return 1
|
|
|
|
def main() -> field:
|
|
return foo(42) |