From abb02d72e217b28d900dbed92558d4450dc49840 Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Wed, 31 Jan 2024 13:07:22 +0000 Subject: [PATCH] Update metadata.toml (#2377) --- exercises/raindrops/metadata.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/raindrops/metadata.toml b/exercises/raindrops/metadata.toml index af91853e88..868166eb33 100644 --- a/exercises/raindrops/metadata.toml +++ b/exercises/raindrops/metadata.toml @@ -3,4 +3,4 @@ blurb = "Convert a number into its corresponding raindrop sounds - Pling, Plang source = "A variation on FizzBuzz, a famous technical interview question that is intended to weed out potential candidates. That question is itself derived from Fizz Buzz, a popular children's game for teaching division." source_url = "https://en.wikipedia.org/wiki/Fizz_buzz" deep_dive_youtube_id = "mwe-9RIV39Y" -deep_dive_blurb = "Explore 14 different ways to solve Raindrops including functional pipelines, matrix multiplication, a precalculated table-based solutions using a macro, an Object Oriented approach, some impressive use of both Python and TCL, and an enterprise edition. Kick back and enjoy 45 minutes of learning with Jeremy and Erik." \ No newline at end of file +deep_dive_blurb = "Explore solutions using functional pipelines, matrix multiplication, a precalculated table-based solutions using a macro, an Object Oriented approach, some impressive use of both Python and TCL, and an enterprise edition."