diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0dfeb048..65e2f29b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -83,6 +83,7 @@ - [Juli Krue](https://github.com/JuliKrue) - [Justin Anthony Balaguer I](https://github.com/justinbalaguer) - [Karan Singh](https://github.com/karansingh97) +- [Kaushki Raj](https://github.com/Kaushkiraj) - [Kaustubh J](https://github.com/thsubaku9) - [Kem Muhammad](https://github.com/siddiqtechnologies) - [Kevin Ward](https://github.com/Blueward12) diff --git a/code/C/HelloWorld_by_Kaushki.c b/code/C/HelloWorld_by_Kaushki.c new file mode 100644 index 00000000..3c894c05 --- /dev/null +++ b/code/C/HelloWorld_by_Kaushki.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Hello World"); + return 0; +} diff --git a/profiles/Kaushki_Raj.md b/profiles/Kaushki_Raj.md new file mode 100644 index 00000000..7ea4da4c --- /dev/null +++ b/profiles/Kaushki_Raj.md @@ -0,0 +1,17 @@ +## Kaushki Raj + +### Bio +I am a Computer Science Engineering Undergrad at Motihari College of Engineering. I love coding and exploring new technologies. I am always looking forward to grab some awesome opportunities to enhance my skills and knowledge. I am new to open source but truly loving it. + +### Location +Muzaffarpur, Bihar + +### Hobbies & Interests +I love travelling and writing poetries. + +### Profiles +[![GitHub][github-img]](https://github.com/Kaushkiraj) + + +[twitter-img]: https://i.imgur.com/wWzX9uB.png +[github-img]: https://i.imgur.com/9I6NRUm.png \ No newline at end of file