8 lines
No EOL
131 B
Text
8 lines
No EOL
131 B
Text
def foo(field[2] a) -> bool:
|
|
return true
|
|
|
|
def foo(field[1] a) -> bool:
|
|
return true
|
|
|
|
def main() -> bool:
|
|
return foo([1]) |