Initial commit

This commit is contained in:
Leigh Morresi
2021-01-27 12:39:46 +01:00
commit ec3f34804f
16 changed files with 333 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import time
import sys
while True:
# Wait for 5 seconds
print('To stderr.', file=sys.stderr)
time.sleep(2)