From 910a596de931691c50b20303c6c01e38bcd59797 Mon Sep 17 00:00:00 2001 From: Student User Date: Tue, 15 Nov 2022 09:41:05 -0500 Subject: [PATCH] added hello Red Hat --- hello/hellowrh.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello/hellowrh.py diff --git a/hello/hellowrh.py b/hello/hellowrh.py new file mode 100644 index 0000000..12aacf9 --- /dev/null +++ b/hello/hellowrh.py @@ -0,0 +1 @@ +print("Hello Red Hat!")