From 1fc7553c1641c18e5aa58c54ff2dfd9a7f9ff541 Mon Sep 17 00:00:00 2001 From: areddy-gnaneshwar Date: Mon, 25 May 2026 23:18:54 +0530 Subject: [PATCH] Add print statement to output 'hello' --- 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..11b15b1a --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello")