feat: add CLI with build and run commands
This commit is contained in:
6
test.tampy
Normal file
6
test.tampy
Normal file
@@ -0,0 +1,6 @@
|
||||
x = 1
|
||||
y = 2
|
||||
if x > y:
|
||||
print("x is greater")
|
||||
else:
|
||||
print("y is greater")
|
||||
Reference in New Issue
Block a user