test/main.py
2025-06-02 02:42:20 +08:00

7 lines
63 B
Python

import time
while True:
print("hello")
time.sleep(1)