From a030a75a8830dfb141b084a15f5fc80c4e6426e8 Mon Sep 17 00:00:00 2001 From: Shkaib Date: Fri, 20 Dec 2024 23:57:53 +0530 Subject: [PATCH] hello.py script added --- 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 00000000..3c85ea1a --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello, World") \ No newline at end of file