// About Me // Hi! I code video games. // I am a fresh graduate and would love to code the next GTA :P // Education struct B.Tech { University = “Dibrugarh University”; Course = “Computer Science & Engineering”; score_Percent = 86.2; }; // Highschool struct Highschool { HighSchool = “Kendriya Vidyalaya”; subjects[] = { maths, computer_Science, physics, chemistry, english }; score_Percent = 83; }; // Skills known_Languages [] = { C, C++, C#, Python, Java, HTML, CSS, JavaScript, MySQL }; // Tools proficient_tools [] = { Unity, Git, GitHub, Trello, Figma, MySQL, Photoshop, Blender, Latex }; // Interested Fields enum Interests { Game_Programming, Artificial_Intelligence, User_Interface }; // Fun facts about me other_Things_I_Love [] = { Playing_Video_Games, Dogs, Motorcycles, And_More_Video_Games };