fixing braking change
CI / test (push) Successful in 6s

This commit is contained in:
2026-05-31 13:30:22 +02:00
parent 5de3e18464
commit 2224ab723d
+1 -1
View File
@@ -1,5 +1,5 @@
def add(a, b):
return a - b
return a + b
def subtract(a, b):
return a - b