My Advent of Code 2018-2019 programs
Note: I simply took a swing at each puzzle and worked it till I got the answer, with no further tweaking or refactoring.
Clearly, in some (many?) cases, I am not going for performance optimization.
So... these are not necessarily the best solutions, but they are mine, and they are correct.
Requires Docker
Change into advent-of-code folder
Run bin/dev build
to build environment
Run bin/dev bash
to enter environment
Change into desired puzzle folder
Run ./solution.rb
to run the puzzle soution