From a6d6c030bd7f8ebcac610fb39b3d9911d4adc3f6 Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Fri, 31 May 2024 14:31:58 +0100 Subject: [PATCH] Update metadata.toml --- exercises/pig-latin/metadata.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/pig-latin/metadata.toml b/exercises/pig-latin/metadata.toml index c13a0aebdd..baf1e9124e 100644 --- a/exercises/pig-latin/metadata.toml +++ b/exercises/pig-latin/metadata.toml @@ -2,3 +2,5 @@ title = "Pig Latin" blurb = "Implement a program that translates from English to Pig Latin." source = "The Pig Latin exercise at Test First Teaching by Ultrasaurus" source_url = "https://github.com/ultrasaurus/test-first-teaching/blob/master/learn_ruby/pig_latin/" +deep_dive_youtube_id = "tEhyRvJa7mg" +deep_dive_blurb = "We take a look at pattern matching and regular expressions as well as a nice Prolog solution, and we ask - did you solve the exercise or just make the tests pass?"