AOC2022/rust/2
2022-12-05 19:42:18 +00:00
..
input.txt day 2 2022-12-02 21:49:21 +00:00
part1.rs day 2 2022-12-02 21:49:21 +00:00
part2.rs day 2 2022-12-02 21:49:21 +00:00
README.md day 2 2022-12-02 21:49:21 +00:00
sampleinput.txt Day 3 in zig; skipped day 2 in zig for now 2022-12-05 19:42:18 +00:00
thoughts.txt day 2 2022-12-02 21:49:21 +00:00

Actually organised my solutions and stopped committing the binary.

Spent way too long coming up with a "clever" solution to calculate RPS victory. Part 2 was quite a bit easier with just one line of mod3 arithmetic.

I'm committing all my scratch buffers of sketching out how a solution should work because why not