From ef7f4e2cbc2f6fbbee5990ac02b5698dd05df2b3 Mon Sep 17 00:00:00 2001 From: saadrasheed1221 Date: Thu, 5 Oct 2023 07:59:44 -0400 Subject: [PATCH] added hello Red Hat --- hello/hellorh.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello/hellorh.py diff --git a/hello/hellorh.py b/hello/hellorh.py new file mode 100644 index 0000000..12aacf9 --- /dev/null +++ b/hello/hellorh.py @@ -0,0 +1 @@ +print("Hello Red Hat!")