Skip to content

skovmand/advent_of_code_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My solutions to Advent of Code 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages