forked from M-Labs/nac3
3 lines
55 B
Python
3 lines
55 B
Python
|
def foo(x: int32, y: int32) -> int32:
|
||
|
return x + y
|