From 9798ce39f1113c9eac0f4c67eb5c9470e9f88733 Mon Sep 17 00:00:00 2001 From: Arnabshrivastav <43786210+Arnabshrivastav@users.noreply.github.com> Date: Tue, 1 Oct 2019 19:05:17 +0530 Subject: [PATCH 1/2] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d68..e4202cd9ca 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -38,6 +38,7 @@ - Bio: A student happy to write code and poetry. - GitHub: [Apoorva Sharma](https://github.com/okatticus) + #### Name: [Aayush Sharma](https://github.com/aayusharma) - Place: Mandi, Himachal Pradesh, India - Bio: IITian @@ -2426,4 +2427,8 @@ Noida #### Name: [Ítalo Epifânio](https://github.com/itepifanio) - Place: Natal, Brazil - Bio: Web developer PHP and Python -- Github: [Ítalo Epifânio](https://github.com/itepifanio) \ No newline at end of file +- Github: [Ítalo Epifânio](https://github.com/itepifanio) + +#### Name: [ARNAB SHRIVASTAV] (https://github.com/Arnabshrivastav) +- Place: Rajasthan, India +- Bio: Designer From 381a04d63cc6b110749a327e7e5fbdccea2af06b Mon Sep 17 00:00:00 2001 From: Arnabshrivastav <43786210+Arnabshrivastav@users.noreply.github.com> Date: Tue, 1 Oct 2019 19:07:57 +0530 Subject: [PATCH 2/2] Create Helloworld.py --- scripts/Helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/Helloworld.py diff --git a/scripts/Helloworld.py b/scripts/Helloworld.py new file mode 100644 index 0000000000..755b5fbc9d --- /dev/null +++ b/scripts/Helloworld.py @@ -0,0 +1 @@ +print 'Hello World'