From 87bf66b7fbcec9037b07b93ab5ee66abd5aa350c Mon Sep 17 00:00:00 2001 From: Swapnil Holkar Date: Wed, 21 Oct 2020 13:46:16 +0100 Subject: [PATCH] my folder and program --- swapnilholkar/helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 swapnilholkar/helloworld.py diff --git a/swapnilholkar/helloworld.py b/swapnilholkar/helloworld.py new file mode 100644 index 0000000..17602f2 --- /dev/null +++ b/swapnilholkar/helloworld.py @@ -0,0 +1 @@ +print("Hello World! From Swapnil")