From e4d87132fd960130821ab04c8723644b11039370 Mon Sep 17 00:00:00 2001 From: Arunav Sharma Date: Thu, 1 Oct 2020 13:14:08 +0530 Subject: [PATCH] added myself for hacktoberfest --- CONTRIBUTORS.md | 5 +++++ scripts/arunav11_hello_world.py | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 scripts/arunav11_hello_world.py diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f2de937..f92a776 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -91,3 +91,8 @@ #### Name: [Gerald Halomoan Samosir](https://github.com/geraldsamosir) - Place: Jakarta, Indonesia - GitHub: [geraldsamsoir](https://github.com/geraldsamosir) + + #### Name: [Arunav](https://github.com/arunav11) + - Place: Chandigarh,India + - Bio: Learning Coding + - Github: [Arunav](https://github.com/arunav11) diff --git a/scripts/arunav11_hello_world.py b/scripts/arunav11_hello_world.py new file mode 100644 index 0000000..ecef262 --- /dev/null +++ b/scripts/arunav11_hello_world.py @@ -0,0 +1,3 @@ +# gitId: https://github.com/arunav11 + +print('Hello World!')