From 5cf553943f90c15e7778f6ee7e15a690cdb9c8a3 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 11 Apr 2024 18:46:19 +0200 Subject: [PATCH] scrabble-score: add deep dive information (#2424) --- exercises/scrabble-score/metadata.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/scrabble-score/metadata.toml b/exercises/scrabble-score/metadata.toml index b288c6f970..949557568c 100644 --- a/exercises/scrabble-score/metadata.toml +++ b/exercises/scrabble-score/metadata.toml @@ -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!"