7 lines
82 B
Text
7 lines
82 B
Text
def foo() -> field {
|
|
return 1;
|
|
}
|
|
|
|
def main() -> field {
|
|
return foo(42);
|
|
}
|