Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 742 Bytes

Advent of Code 2022 🤶🎅🧑‍🎄

My solutions to Advent of Code 2022 in Rust ❤️

Run with your own puzzle input!

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