@exported def sum() -> i32: # TODO: Should be [i32] -> i32 return 0 # TODO: Implement me