From 94a30a5bd77870dcf1090009f2ab6af22456d4a0 Mon Sep 17 00:00:00 2001 From: saul_badillo Date: Thu, 11 Apr 2024 18:45:57 -0600 Subject: [PATCH] Add hello world in python --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..f1a1813 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello world!")