nac3_sca/test.py

3 lines
55 B
Python
Raw Normal View History

2020-03-29 13:27:00 +08:00
def foo(x: int32, y: int32) -> int32:
return x + y