AdventOfCode2022/1/README.md
matthias@arch 7db36c06cd 1
2022-12-03 03:57:42 +01:00

314 B
Raw Blame History

Day 1 1 :present:

# Find the Elf carrying the most Calories. How many total Calories is that Elf carrying?
awk -f day1-1.awk input.txt
# Find the top three Elves carrying the most Calories. How many Calories are those Elves carrying in total?
./day1.2.sh