Update main.py

This commit is contained in:
Szabaa 2026-02-12 12:17:47 +01:00
parent 5ca70d757c
commit 42d20e2933

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)