From 3f5746ad7266558b31dfd9c24e483785834b8bce Mon Sep 17 00:00:00 2001 From: Me1e Date: Sun, 19 Mar 2023 00:04:46 +0900 Subject: [PATCH] Fixed a image link typo in 2022 day19 --- 2022/Days/day19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/Days/day19.md b/2022/Days/day19.md index 536208f..19fdd90 100644 --- a/2022/Days/day19.md +++ b/2022/Days/day19.md @@ -92,7 +92,7 @@ This way when and where we use `$challenge` in our code, if we change the variab If we now run our `sh` script you will see the printout that was added to our script. -![](Images/Day19_Linux5.png) +![](Images/Day19_Linux6.png) We can also ask for user input that can set our variables using the following: