3 lines
64 B
Python
3 lines
64 B
Python
print("Hello from launcher test app!")
|
|
import time
|
|
time.sleep(5) |
print("Hello from launcher test app!")
|
|
import time
|
|
time.sleep(5) |