From 66056e37bd063814b2e3becce00bac09979c212a Mon Sep 17 00:00:00 2001 From: Ankur Date: Tue, 12 May 2020 10:29:06 +0530 Subject: [PATCH 1/2] Added the Ankur Folder, and Hello World File --- Ankur/test.py | 1 + helloworld.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 Ankur/test.py create mode 100644 helloworld.py diff --git a/Ankur/test.py b/Ankur/test.py new file mode 100644 index 0000000..8e23576 --- /dev/null +++ b/Ankur/test.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..2c18773 --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("Project Rules") \ No newline at end of file From 916779b87433dd5619866ad7cad7117358d08580 Mon Sep 17 00:00:00 2001 From: Ankur Date: Tue, 12 May 2020 10:37:36 +0530 Subject: [PATCH 2/2] Deleted offending File. 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 2c18773..0000000 --- a/helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print("Project Rules") \ No newline at end of file