Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions HelloAgain.ts
Original file line number Diff line number Diff line change
@@ -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}`);