diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d6..e4202cd9c 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 diff --git a/scripts/Helloworld.py b/scripts/Helloworld.py new file mode 100644 index 000000000..755b5fbc9 --- /dev/null +++ b/scripts/Helloworld.py @@ -0,0 +1 @@ +print 'Hello World'