From cc73d1c459381be41299815c15a910a1875d663d Mon Sep 17 00:00:00 2001 From: Santosh Shrestha <santoshshrestha@Santoshs-MacBook-Pro.local> Date: Fri, 7 Feb 2025 12:21:04 +0000 Subject: [PATCH] Added first piece of code --- 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