.. | ||
day1-1.awk | ||
day1-2.sh | ||
input.txt | ||
README.md |
[https://adventofcode.com/2022/day/1](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