From d92f748fe78c0d6ccebaec047f20adf19475fdf7 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Fri, 23 Sep 2022 19:47:41 +0200 Subject: [PATCH] Improve last task in day 1 --- src/day_1/tasks.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/day_1/tasks.md b/src/day_1/tasks.md index efc4dd4..c37b44a 100644 --- a/src/day_1/tasks.md +++ b/src/day_1/tasks.md @@ -53,8 +53,6 @@ Make a screenshot of some cow wisdom 🐮 Now install the package `lolcat`. -Lets say the wisdom command you did take the last screenshot of is `cowsay (...)`. - -Now run `cowsay (...) | lolcat`. Describe what changed. Can you guess how this internally works? +Lets say the wisdom command you did take the last screenshot of is `cowsay (...)`. Now run `cowsay (...) | lolcat`. Describe what changed. Can you guess how this internally works? Now read the help of `lolcat` and find out how to add some randomness. Run the command above again with the option you found and take a screenshot after you are satisfied with the randomness you get.