diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ae381017..d23e9087 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -37,6 +37,7 @@ - [Jatin Narula](https://github.com/jatin96) - [João Vítor Morandi Lemos](https://github.com/joaovitorml) - [Karan Singh](https://github.com/karansingh97) +- [Kaustubh J](https://github.com/thsubaku9) - [Kevin Ward](https://github.com/Blueward12) - [Kushantha Charuka](https://github.com/Kushiya) - [Lejla I](https://github.com/Ley2717) diff --git a/code/Shell/hello_world.sh b/code/Shell/hello_world.sh new file mode 100644 index 00000000..2905bc76 --- /dev/null +++ b/code/Shell/hello_world.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +read -p "Enter name: " name +echo "Hello $name" \ No newline at end of file diff --git a/profiles/Kaustubh_J.md b/profiles/Kaustubh_J.md new file mode 100644 index 00000000..4ed27c3b --- /dev/null +++ b/profiles/Kaustubh_J.md @@ -0,0 +1,20 @@ +## Anna Giliaeva + +### Bio +I've just started contributing to open source. Looking forward to being useful + +### Location +I'm an Indian + +### Projects +I don't have any projects yet :) + +### Hobbies & Interests +Algorithm designing, gaming, psychology, playing basketball, debating + +### Profiles +[![GitHub][github-img]] (https://github.com/thsubaku9) + + +[twitter-img]: https://i.imgur.com/wWzX9uB.png +[github-img]: https://i.imgur.com/9I6NRUm.png \ No newline at end of file