From 66cde77762f041f2fd217058906b49ad3bb50b70 Mon Sep 17 00:00:00 2001 From: Vipin Yadav Date: Sun, 25 Oct 2020 21:08:51 +0530 Subject: [PATCH 1/5] Create helloworld.py --- helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("Hello World") From 3a6304168b21416f240a16c175e2c59f2283c30a Mon Sep 17 00:00:00 2001 From: Vipin Yadav Date: Sun, 25 Oct 2020 21:11:49 +0530 Subject: [PATCH 2/5] Create helloworld.py --- vipinyadav8/helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 vipinyadav8/helloworld.py diff --git a/vipinyadav8/helloworld.py b/vipinyadav8/helloworld.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/vipinyadav8/helloworld.py @@ -0,0 +1 @@ +print("Hello World") From 1794a4e286adea96aae27740862d4a3c359f1ef1 Mon Sep 17 00:00:00 2001 From: Vipin Yadav Date: Sun, 25 Oct 2020 21:12:53 +0530 Subject: [PATCH 3/5] Delete helloworld.py --- vipinyadav8/helloworld.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 vipinyadav8/helloworld.py diff --git a/vipinyadav8/helloworld.py b/vipinyadav8/helloworld.py deleted file mode 100644 index ad35e5a..0000000 --- a/vipinyadav8/helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World") From c8376d5cf2360c693c0898174e44fb54a087ca87 Mon Sep 17 00:00:00 2001 From: Vipin Yadav Date: Sun, 25 Oct 2020 21:18:45 +0530 Subject: [PATCH 4/5] Delete helloworld.py --- helloworld.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py deleted file mode 100644 index ad35e5a..0000000 --- a/helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World") From 0c147a8fc1c413a185c10b2dae5f47a13e4fde44 Mon Sep 17 00:00:00 2001 From: Vipin Yadav Date: Sun, 25 Oct 2020 21:21:00 +0530 Subject: [PATCH 5/5] Create helloworld.py --- helloworld/helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld/helloworld.py diff --git a/helloworld/helloworld.py b/helloworld/helloworld.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/helloworld/helloworld.py @@ -0,0 +1 @@ +print("Hello World")