From 0c338430c134a0e8535c521db5bcd4fa809c8b96 Mon Sep 17 00:00:00 2001
From: Manan Malhotra <mananmalhotra@Manans-MacBook-Pro.local>
Date: Fri, 14 Feb 2025 11:40:01 +0000
Subject: [PATCH] This is my first commit

---
 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..ad35e5a
--- /dev/null
+++ b/hello.py
@@ -0,0 +1 @@
+print("Hello World")
-- 
GitLab