add ci
All checks were successful
Python CI / test (push) Successful in 1m16s

This commit is contained in:
2025-12-05 21:05:37 +07:00
parent 21cc7d1b2a
commit ee500ebccd
4 changed files with 33 additions and 0 deletions

2
app.py Normal file
View File

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