From 69b794aff7be3e0d516e37ac77651504cb474f43 Mon Sep 17 00:00:00 2001 From: Shankho Boron Ghosh Date: Tue, 12 May 2020 11:28:36 +0530 Subject: [PATCH 1/6] Revert "Revert "Added the Ankur Folder, and Hello World File"" --- Ankur/test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Ankur/test.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 From 6a0f8cf836ed2d5138bbef36f84f2a90b61bb605 Mon Sep 17 00:00:00 2001 From: Tushar Date: Tue, 12 May 2020 12:31:48 +0530 Subject: [PATCH 2/6] Added TUSHAR folder and testgitbash file --- Tushar/testgitbash.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Tushar/testgitbash.py diff --git a/Tushar/testgitbash.py b/Tushar/testgitbash.py new file mode 100644 index 0000000..6d69ad7 --- /dev/null +++ b/Tushar/testgitbash.py @@ -0,0 +1,3 @@ +print("Hello World") + + From 2d9765d6819df075c638e86498099ef862fb92c7 Mon Sep 17 00:00:00 2001 From: tushen Date: Tue, 12 May 2020 14:07:32 +0530 Subject: [PATCH 3/6] added the tushen folder --- tushen/main.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tushen/main.py diff --git a/tushen/main.py b/tushen/main.py new file mode 100644 index 0000000..49ce01c --- /dev/null +++ b/tushen/main.py @@ -0,0 +1,5 @@ +def main(): + print("hello world") + +if __name__ == "__main__": + main() \ No newline at end of file From 15aa244ca7f72499776d42d80737c7517de0340d Mon Sep 17 00:00:00 2001 From: Nipun Date: Tue, 12 May 2020 18:03:12 +0530 Subject: [PATCH 4/6] Added --- Nipun/mainn.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Nipun/mainn.py diff --git a/Nipun/mainn.py b/Nipun/mainn.py new file mode 100644 index 0000000..c703d4c --- /dev/null +++ b/Nipun/mainn.py @@ -0,0 +1 @@ +print("main function") \ No newline at end of file From 59d6c16e2a21c55c947ef3e1eac8943433f99435 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Wed, 13 May 2020 21:10:14 +0530 Subject: [PATCH 5/6] added the anirudh folder and hello world file --- anirudh airi/main.py | 6 ++++++ helloworld.py | 1 + 2 files changed, 7 insertions(+) create mode 100644 anirudh airi/main.py create mode 100644 helloworld.py diff --git a/anirudh airi/main.py b/anirudh airi/main.py new file mode 100644 index 0000000..f2e6d4e --- /dev/null +++ b/anirudh airi/main.py @@ -0,0 +1,6 @@ +def main(): + print("this is the main function") + + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..e75154b --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("hello world") \ No newline at end of file From df777578a305afee8b6edeb216ab134822b3bee3 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Thu, 14 May 2020 00:52:23 +0530 Subject: [PATCH 6/6] 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 e75154b..0000000 --- a/helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print("hello world") \ No newline at end of file