From f8c5a24de28edcf1f90ce33a9242c815e5f1408e Mon Sep 17 00:00:00 2001 From: Hirdesh Singh Sidhu <156164158+hirdeshsidhu@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:04:06 +0530 Subject: [PATCH] Create main.py --- main.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 00000000000..2f9a147db12 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello")