7 lines
No EOL
117 B
Text
7 lines
No EOL
117 B
Text
const u32 N = 1
|
|
def foo(bool[N] arr) -> bool:
|
|
return true
|
|
|
|
def main(bool[N] arr):
|
|
assert(foo(arr))
|
|
return |