diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07bfc31db..631fdda53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2917,3 +2917,9 @@ - Place: New Delhi, Delhi, India - Bio: I am Team Leader in Newgen - GitHub: [Taranpreet1407](https://github.com/Taranpreet1407) + +#### Name: [YOUR NAME](https://github.com/studentpiyush) + +- Place: Jaipur, Rajasthan, India +- Bio: Student, Open Source Contributor, Coder +- GitHub: [GitHub account name](https://github.com/studentpiyush) \ No newline at end of file diff --git a/profiles/Piyush_Sharma.md b/profiles/Piyush_Sharma.md new file mode 100644 index 000000000..4d67eea65 --- /dev/null +++ b/profiles/Piyush_Sharma.md @@ -0,0 +1,21 @@ +# Piyush Sharma + +### Location + +Rajasthan, India + +### Academics + +Currently Pursuing Btech + +### Interests + +- Coding +- Building logics +- Problem Solving +- Listening Music + + +### Profile Link + +[Piyush Sharma](https://github.com/studentpiyush) \ No newline at end of file diff --git a/scripts/hello_world_studentpiyush.py b/scripts/hello_world_studentpiyush.py new file mode 100644 index 000000000..dbfd7c7c5 --- /dev/null +++ b/scripts/hello_world_studentpiyush.py @@ -0,0 +1,6 @@ +# LANGUAGE: Python +# ENV: python3 +# AUTHOR: Piyush Sharma +# GITHUB: https://github.com/studentpiyush + +print('Hello, World!') \ No newline at end of file