Skip to content

Commit

Permalink
scrabble-score: add deep dive information (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 11, 2024
1 parent 74e4087 commit 5cf5539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/scrabble-score/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ title = "Scrabble Score"
blurb = "Given a word, compute the Scrabble score for that word."
source = "Inspired by the Extreme Startup game"
source_url = "https://github.com/rchatley/extreme_startup"
deep_dive_youtube_id = "pFKLHOygtqQ"
deep_dive_blurb = "We explore pattern matching, higher-order functions, generator expressions, helper classes and more, looking at languages including F#, Ruby, Rust, AWK and Assembly!"

0 comments on commit 5cf5539

Please sign in to comment.