Add day 4

I really enjoyed day 4, I thought it was a particularly beautiful puzzle
where part 2 led on very nicely from part 1. Then again, I do always
tend to like these self-referential things

I started off putting all my integers to the minimum size, but in part 2
I gave up and just used usize, because I didn't really know how big the
numbers were likely to grow... this was fulled by me initially
misreading it as being based on the "score" not the "n" which would have
resulted in much larger numbers

Here's to hoping for an as-satisfying day 5!

Change-Id: I564559adbadd0713d18bffaba4b6d9d7f0d77f29
Reviewed-on: https://git.clicks.codes/c/Minion/AdventOfCode/2023/+/165
3 files changed
tree: 8fd0ee1e7848ea7742a9a39b84da2ce772f3de2b
  1. day1/
  2. day2/
  3. day3/
  4. day4/
  5. .gitignore
  6. .gitreview