5 lines
No EOL
75 B
Text
5 lines
No EOL
75 B
Text
import "./foo"
|
|
import "./bar"
|
|
|
|
def main() -> (field):
|
|
return foo() + bar() |