Skip to content

Commit

Permalink
Update lessons.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoXX authored Oct 6, 2024
1 parent 057dbdc commit 40bd0aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/data/lessons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,10 @@ export const lessons: Array<Lesson> = [
link: "https://youtu.be/w8lmMaKY3Hs?si=urqKuLhmn4tKCETO",
embed: "https://www.youtube.com/embed/w8lmMaKY3Hs",
},
{
title: "Rust Lifetimes Explained Tutorial",
link: "https://youtu.be/SkEA4QWWE",
embed: "https://www.youtube.com/embed/SkEA4QWWE",
},

];

0 comments on commit 40bd0aa

Please sign in to comment.