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}`);