NCU / test.py
Łukasz Furman
update app.py
a59bdc5
raw
history blame contribute delete
68 Bytes
import time
while True:
print("Hello World")
time.sleep(10)