Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 228 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 228 Bytes

Advent of Code 2024

My solutions for the 2024 Advent of Code.

Running

First, install the Gems:

bundle install

To run a day's puzzle:

bundle exec rspec spec/day_1_spec.rb