Add:Initial test app

This commit is contained in:
2026-04-27 21:04:19 +00:00
commit 8955a5cc5c
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
def hello():
print("Hello world")
hello()