My solutions to Advent of Code 2022 in Rust ❤️
All binaries read input from stdin. Run each day by piping in your puzzle input to the binary:
$ cat puzzle_inputs/day1.txt | cargo run -q --bin day1
🎄🎄🎄🎄 Day 1, Part 1 🎄🎄🎄🎄
Find the Elf carrying the most Calories. How many total Calories is that Elf carrying?
69528
🎄🎄🎄🎄 Day 1, Part 2 🎄🎄🎄🎄
Find the top three Elves carrying the most Calories. How many Calories are those Elves carrying in total?
206152