Files
test/app.py
2025-11-17 08:56:52 +03:00

5 lines
58 B
Python

def calculator(a: int, b: int) -> int:
return a + b