Day 9: "Rope Bridge"
Came to a pretty elegant solution on this one. Just need to store the current points the knots are at (i32) and iterate through them.
Puzzle: https://adventofcode.com/2022/day/9
Solution:
https://github.com/haruska/aoc22/blob/main/src/day09.rs