forked from M-Labs/nac3
1
0
Fork 0
nac3/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