Add test.py with add function

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 16:40:18 +08:00
parent 88d04c273e
commit f083f6c89f

3
test.py Normal file
View File

@@ -0,0 +1,3 @@
def add(a, b):
"""Return the sum of a and b."""
return a + b