initial commit

This commit is contained in:
2025-11-17 08:56:52 +03:00
commit b8ac9e0698
2 changed files with 5 additions and 0 deletions

4
app.py Normal file
View File

@@ -0,0 +1,4 @@
def calculator(a: int, b: int) -> int:
return a + b