From b953438a388d8a1dfe5f6cc2adcb23a54876dbdf Mon Sep 17 00:00:00 2001 From: Sameer Chaudhary <154604600+AdmGenSameer@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:29:51 +0530 Subject: [PATCH] Add hello world print statement --- 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..8cde782 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello world")