Add app.py

This commit is contained in:
2025-11-26 20:04:48 +00:00
commit 3fdbc40158

2
app.py Normal file
View File

@@ -0,0 +1,2 @@
def add(a, b):
return a + b