Ruby solutions to Advent of Code.
Install ruby 3.2.2, bundler, and the gems.
bundle install
# solve all
rake solve:all
# solve a specific day
rake solve:7
# run all tests
rake test
# run a specific test
ruby ./test/07_test.rb
# scaffold a day
rake scaffold:1
# download test input
rake download:1