chore: seed sandbox project

This commit is contained in:
typosaurus
2026-07-25 16:58:41 +02:00
parent ba015bf790
commit 380ac7f40f
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# retoor <retoor@molodetz.nl>
def add(left: int, right: int) -> int:
return left + right
def subtract(left: int, right: int) -> int:
return left - right