AdventOfCode2022/1
matthias@arch 9e64a68c0d gifts
2022-12-03 03:59:42 +01:00
..
day1-1.awk added task 2 2022-12-03 02:57:48 +01:00
day1-2.sh added task 2 2022-12-03 02:57:48 +01:00
input.txt initial commit 2022-12-03 01:02:55 +01:00
README.md gifts 2022-12-03 03:59:42 +01:00

Day 1 🎁

# 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