Skip to content

Commit

Permalink
Merge pull request #24 from ALEX-VESSE/main
Browse files Browse the repository at this point in the history
Update material.ts
  • Loading branch information
krishvsoni authored May 15, 2024
2 parents ff01c61 + d5528f6 commit 8d94d7d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/material.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ export const materials = [
driveLink: 'Coming soon',
semester: 8,
department: 'CSE',
},
{
title: 'Competetive Coding Manual',
driveLink:'https://drive.google.com/file/d/1AoUgr2mqB_gsHdDSXugyz5MD8l3Z4AYS/view?usp=drive_link',
semester: 4,
department: 'CSE-IT',
}

];


Expand All @@ -60,4 +67,4 @@ export const materials = [
title: 'Machine Learning Notes',
driveLink: 'https://drive.google.com/file/d/1c6PK5paEIGutb2LeDponkbPDLL4eFbop/view?usp=sharing'
}
]
]

0 comments on commit 8d94d7d

Please sign in to comment.