From b509809d49d904524ddf46f8abf3789b50ca0101 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sun, 4 Dec 2022 01:09:10 +0100 Subject: [PATCH] typo --- 1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1/README.md b/1/README.md index 31b5175..5ef1ab7 100644 --- a/1/README.md +++ b/1/README.md @@ -3,7 +3,7 @@ Today's language: **awk** + **GNU-coretils** -- Task 1: We use awk to find the maximum while we iterate through over the file +- Task 1: We use awk to find the maximum while we iterate through the file - Task 2: We use awk again for summing the calories, then sort them and take the top 3 which we again sum up with awk ```shell # Find the Elf carrying the most Calories. How many total Calories is that Elf carrying?