fix: fix directory structure and test files

This commit is contained in:
2026-05-03 13:02:50 -05:00
parent c2cda3f619
commit 4ee33c5eaf
5 changed files with 30 additions and 8 deletions

6
tests/test.tampy Normal file
View File

@@ -0,0 +1,6 @@
x = 1
y = 2
if x > y:
print("x is greater")
else:
print("y is greater")