Compare commits

..

1 Commits

Author SHA1 Message Date
42d20e2933 Update main.py 2026-02-12 12:17:47 +01:00

View File

@ -1,2 +1,3 @@
print("Hello from launcher test app!") print("Hello from launcher test app!")
input("Press Enter to exit...") import time
time.sleep(5)