Initial commit

This commit is contained in:
2023-06-17 18:56:18 +03:00
commit 78c11c4b19
8 changed files with 196 additions and 0 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
def sum(a, b):
return a+b
def mul(a, b):
return a*b