Revision 458164893433d9b5078f5723c016d80b6b7815f7 authored by Dirk Roorda on 26 March 2023, 18:54:07 UTC, committed by Dirk Roorda on 26 March 2023, 18:54:07 UTC
1 parent 661b88d
Raw File
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top