Files
2026-01-14 23:46:24 +00:00

8 lines
107 B
Python

import time
print("App Started. Ctrl C to stop")
while True:
time.sleep(5)
print("app still here")