From 436e7c6cefea6389712f0327bdadeda07e05cdf7 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sat, 9 Dec 2023 13:50:09 +0100 Subject: [PATCH] change lang --- 01/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/01/README.md b/01/README.md index 054dca0..cfead7d 100644 --- a/01/README.md +++ b/01/README.md @@ -1,12 +1,14 @@ # [Day 1](https://adventofcode.com/2022/day/1) :gift: -Today's language: **awk** + **GNU-coretils** +Today's language: **Awk + Bash** Lines of code: **2** Execution time: **0,0011 s** + + - 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