4 lines
93 B
Python
4 lines
93 B
Python
@exported
|
|
def sum() -> i32: # TODO: Should be [i32] -> i32
|
|
return 0 # TODO: Implement me
|