Advent of Code 2024 This year I will attempt to solve the puzzles with Ruby. Solve the puzzles # Install Ruby # https://www.ruby-lang.org/en/documentation/installation/ ./bin/solve # to solve all days ./bin/solve -d 01 # to solve a particular day