From a0ce38bea892525cff1e039f053050db5674cc8b Mon Sep 17 00:00:00 2001 From: Vaibhav Kashyap Date: Thu, 5 Oct 2023 23:08:34 +0530 Subject: [PATCH] Added script and profile --- CONTRIBUTING.md | 6 ++++++ profiles/Vaibhav.md | 20 ++++++++++++++++++++ scripts/Hello_world_Vaibhav.py | 4 ++++ 3 files changed, 30 insertions(+) create mode 100644 profiles/Vaibhav.md create mode 100644 scripts/Hello_world_Vaibhav.py diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f31b0e231..36c4d362b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2800,3 +2800,9 @@ - Place: Faridkot, Punjab, India - Bio: Pre-Final Year BE CSE Student at Chitkara University,Punjab - GitHub: [harmanjot2002](https://github.com/harmanjot2002) + +#### Name: [Vaibhav](https://github.com/vaibhav-009) + +-Place: Delhi, India +-Bio: Final Year Btech CSE student at Delhi Technological University +-Github: [vaibhav-009](https://github.com/vaibhav-009) \ No newline at end of file diff --git a/profiles/Vaibhav.md b/profiles/Vaibhav.md new file mode 100644 index 000000000..cef65e3de --- /dev/null +++ b/profiles/Vaibhav.md @@ -0,0 +1,20 @@ +# Vaibhav + +### Location + +Delhi, India + +### Academics + +Delhi Technological University + +### Interests + +- Programming +- Machine Learning +- music +- Football + +### Profile Link + +[Vaibhav](https://github.com/vaibhav-009) \ No newline at end of file diff --git a/scripts/Hello_world_Vaibhav.py b/scripts/Hello_world_Vaibhav.py new file mode 100644 index 000000000..2757f6658 --- /dev/null +++ b/scripts/Hello_world_Vaibhav.py @@ -0,0 +1,4 @@ +#This script is written in python +#Python is a language with many pre defined libraries making task easier. + +print("Hello World") \ No newline at end of file