dongsheng's picture
Upload 48 files
41e79e2 verified
raw
history blame contribute delete
96 Bytes
import sys
print("This is the end")
sys.stdout.close()
sys.stderr.close()
while True:
pass