My entries to the yearly advent calendar full of programming puzzles. See https://adventofcode.com/2022/
Go to file
Peery 8783562d39 Day 5 - Supply Stacks (Puzzle 1)
Successfully finished the stack and instruction parsing and execution in Rust.
Took a bit and I've discovered that VecDeque are just more handy than plain Vecs but it works.
day4 Day 4 (Puzzle 2) - Camp Cleanup
day5 Day 5 - Supply Stacks (Puzzle 1)
.gitignore Fixed gitignore to ignore target folders