From 2a3c602e64ee093b4bc51e5d2020b21d482a2ba2 Mon Sep 17 00:00:00 2001 From: kingyashuhe Date: Tue, 28 May 2024 14:14:55 +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..11b15b1 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello")