From c1481762fae72bc88416e52ee7b74e2c7a7aeb2b Mon Sep 17 00:00:00 2001 From: Abhijeet Date: Tue, 6 Jan 2026 23:24:59 +0530 Subject: [PATCH] added feature: printing hello world --- 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 00000000000..88c154d6cfe --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("HELLO WORLD")