From 7427e4976f9a0bb9d6c292997400902a29337495 Mon Sep 17 00:00:00 2001 From: Tarun Date: Sun, 8 Sep 2024 18:20:19 -0400 Subject: [PATCH] Updated file with info --- basicinfo.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/basicinfo.tsx b/basicinfo.tsx index dac692b..d4d0e05 100644 --- a/basicinfo.tsx +++ b/basicinfo.tsx @@ -3,11 +3,11 @@ below variables and update them with stuff about you. Yeah... I know... the clas everyone dreads at the start of the semester. Sorry, I just needed a filler for you guys to edit. */ /*Un-comment this and fill in the info -const yourName : String = "Your name"; -let yourPronouns : String = "Pro/Nouns"; -const yourMajor : String = "Your major"; -let classification : String = "freshman/soph/junior/senior/supersenior"; +const yourName : String = "Tarun Baskaran"; +let yourPronouns : String = "He/Him"; +const yourMajor : String = "Computer Science"; +let classification : String = "junior"; let oneExcite : String = "One thing you're excited about in this course"; let anyConcerns : String = "If anything, list what you may be worried about in this course"; -let funFact : String = "And the classic, list one fun fact about yourself"; +let funFact : String = "I play guitar"; */ \ No newline at end of file