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 570a005 commit 057dbdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/lessons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,10 @@ export const lessons: Array<Lesson> = [
link: "https://youtu.be/sLjOV8kYxfE?si=TF82XSnCgWDZ0qOR",
embed: "https://www.youtube.com/embed/sLjOV8kYxfE?si=TF82XSnCgWDZ0qOR",
},
{
title: "Understanding Traits in Rust: A Comprehensive Guide",
link: "https://youtu.be/w8lmMaKY3Hs?si=urqKuLhmn4tKCETO",
embed: "https://www.youtube.com/embed/w8lmMaKY3Hs",
},

];

0 comments on commit 057dbdc

Please sign in to comment.