Fancy Math project

This commit is contained in:
2025-10-21 14:31:24 -05:00
parent bbb2439ac8
commit 1307627cba
5 changed files with 21 additions and 0 deletions

2
src/fancymath/math.py Normal file
View File

@@ -0,0 +1,2 @@
def add(x1, x2):
return x1 + x2