From b45ca5673ee4d2954150b9524e49d2bbdb1cea72 Mon Sep 17 00:00:00 2001 From: YARE0909 <94288311+YARE0909@users.noreply.github.com> Date: Mon, 17 Oct 2022 13:05:17 +0530 Subject: [PATCH] pd/feat/new-file Created and added new file introducing myself! --- HelloAgain.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 HelloAgain.ts diff --git a/HelloAgain.ts b/HelloAgain.ts new file mode 100644 index 0000000..6b4919f --- /dev/null +++ b/HelloAgain.ts @@ -0,0 +1,5 @@ +var about: string = "Hello there! I am Pradyumna D from CSE (Data Science) First year. I am looking forward to working with you all. I usually do front end and here are 2 of my works!" +var website_1: string = "https://pradyumna-d.vercel.app/"; +var website_2: string = "https://dank-assistant-dashboard.vercel.app/"; + +console.log(`${about}\n${website_1}\n${website_2}`);