Files
yakpanel-core/mod/test/process/test.py

4 lines
68 B
Python
Raw Normal View History

2026-04-07 02:04:22 +05:30
import time
while True:
print("Hello, World!")
time.sleep(1)