Skip to content
Snippets Groups Projects
Commit 08489f5e authored by John Ireland Schiwitz's avatar John Ireland Schiwitz 🥑
Browse files

Upload New File

parent f1165ae8
No related branches found
No related tags found
No related merge requests found
main.py 0 → 100644
import time
def main():
while True:
print("Ubuntu runs containers!")
time.sleep(5)
if __name__ == "__main__":
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment