Skip to content

Latest commit

 

History

History

ruby

Advent of Code

2024-ruby

Solutions for Advent of Code 2024 done in Ruby

Setup

bundle install --binstubs

Runnning tests

./bin/rspec spec

Code style

Keep style up to date with rubocop:

./bin/rubocop --auto-gen-config
# remove auto-correctable files from rubocop_todo.yml
./bin/rubocop -a