Skip to content

Latest commit

 

History

History

ruby

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code

2021-ruby

Solutions for Advent of Code 2021 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