From c2a72f2c7a23b9b1553e0a5bcc12ea4f4a680efe Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Fri, 22 Mar 2024 01:51:20 +0530 Subject: [PATCH] Create hello.py --- 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..2f9a147 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello")