diff --git a/CONTRIBUTOR/Anupreet.md b/CONTRIBUTOR/Anupreet.md new file mode 100644 index 0000000..16ef170 --- /dev/null +++ b/CONTRIBUTOR/Anupreet.md @@ -0,0 +1,4 @@ +#### Name: Anupreet Singh +- Place: Shahjahanpur, Uttar Pradesh, India +- Bio: Sophomore year, B.Tech Computer Science Engineering +- GitHub: [realanupreet](https://github.com/realanupreet) diff --git a/profiles/Anupreet_Singh.md b/profiles/Anupreet_Singh.md new file mode 100644 index 0000000..54d3388 --- /dev/null +++ b/profiles/Anupreet_Singh.md @@ -0,0 +1,17 @@ +# Anupreet Singh + +### Location + +Uttar Pradesh, India + +### Academics + +Amity University + +### Interests + +- learning to code, relaxing and surfing the internet + +### Profile Link + +[realanupreet](https://github.com/realanupreet) diff --git a/scripts/hello_realanupreet.c b/scripts/hello_realanupreet.c new file mode 100644 index 0000000..9aee739 --- /dev/null +++ b/scripts/hello_realanupreet.c @@ -0,0 +1,4 @@ +#include +int main(){ + printf("Hello, World!!"); +} \ No newline at end of file