chore: migrate

This commit is contained in:
2025-12-21 10:20:08 +07:00
parent 3e0dc3b68b
commit 30694c00fe
9 changed files with 47 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
a = int(input())
b = int(input())
print(a + b)
print(a - b)
print(a * b)