initial commit

This commit is contained in:
Eliya Sankar
2025-12-01 19:52:17 +00:00
commit 4bb97a53d6
5 changed files with 57 additions and 0 deletions

4
test_app.py Normal file
View File

@@ -0,0 +1,4 @@
import app
def test_add():
assert app.add(2, 3) == 5