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