Add simple add function and test

This commit is contained in:
Codex
2025-08-06 15:05:53 +00:00
parent e45e85b474
commit 6051c9dc15
3 changed files with 8 additions and 0 deletions

2
main.py Normal file
View File

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