From cf544aa481f922605def41274fc7a4d51bff8afb Mon Sep 17 00:00:00 2001 From: Anupreet Singh <72339688+realanupreet@users.noreply.github.com> Date: Tue, 26 Oct 2021 21:45:05 +0530 Subject: [PATCH] added Anupreet :) --- CONTRIBUTOR/Anupreet.md | 4 ++++ profiles/Anupreet_Singh.md | 17 +++++++++++++++++ scripts/hello_realanupreet.c | 4 ++++ 3 files changed, 25 insertions(+) create mode 100644 CONTRIBUTOR/Anupreet.md create mode 100644 profiles/Anupreet_Singh.md create mode 100644 scripts/hello_realanupreet.c 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