mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-10 21:36:43 +01:00
6 lines
58 B
Python
6 lines
58 B
Python
|
import time
|
||
|
|
||
|
while True:
|
||
|
print "hi"
|
||
|
time.sleep(1)
|