From 95fe824ee19ccab25652c269364693ffe4684f17 Mon Sep 17 00:00:00 2001 From: Crystian Anaya Date: Wed, 7 Jul 2021 13:53:10 -0500 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!")