From 25e549d9a1348a9a22ba8f0de868c8996ec234a9 Mon Sep 17 00:00:00 2001 From: Himanshu Aggarwal Date: Sun, 7 Oct 2018 13:16:59 +0530 Subject: [PATCH 1/2] Add Himanshu Aggarwal --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 06ba005..c037ea5 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU - [![github-alt][github-img]](https://github.com/ryokugyu) [![twitter-alt][twitter-img]](https://twitter.com/ryokugyu_) +### Himanshu Aggarwal +- Studies at IIITD. +- I am a Data Science enthusiast. +- [![github-alt][github-img]](https://github.com/himanshu0113) + ### Ha Huy Long Hai - An undergraduate Computer Science student - Interests: Machine learning From 45801b5d04538e037d82daeccaa4bb0c293d8778 Mon Sep 17 00:00:00 2001 From: Himanshu Aggarwal Date: Sun, 7 Oct 2018 13:37:57 +0530 Subject: [PATCH 2/2] Add helloNewWorld.py to code --- code/helloNewWorld.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 code/helloNewWorld.py diff --git a/code/helloNewWorld.py b/code/helloNewWorld.py new file mode 100644 index 0000000..1c584ba --- /dev/null +++ b/code/helloNewWorld.py @@ -0,0 +1,3 @@ +#New Hello World Code in Python +print("Hello World! This is Hacktober 2018! Enjoy!") +