From 5c5054ac82f03d8944e6f3bf1cda64b710378929 Mon Sep 17 00:00:00 2001 From: Atharva Kulkarni Date: Wed, 13 Nov 2024 22:29:02 +0000 Subject: [PATCH] Added hello world python program by atharvak --- hello-world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello-world.py diff --git a/hello-world.py b/hello-world.py new file mode 100644 index 0000000..b7c7f61 --- /dev/null +++ b/hello-world.py @@ -0,0 +1 @@ +print("Hello world from Atharva K") \ No newline at end of file