From 08489f5e262f10a75cfb0a062b580686f02f3b71 Mon Sep 17 00:00:00 2001 From: John Ireland Schiwitz <jischiwi@uab.edu> Date: Tue, 12 Nov 2024 17:07:18 -0600 Subject: [PATCH] Upload New File --- main.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..324d15d --- /dev/null +++ b/main.py @@ -0,0 +1,12 @@ +import time + + +def main(): + while True: + print("Ubuntu runs containers!") + time.sleep(5) + + +if __name__ == "__main__": + main() + -- GitLab