Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 393 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 393 Bytes

Advent of Code

Ruby solutions to Advent of Code.

Requirements

Install ruby 3.2.2, bundler, and the gems.

bundle install

Use

# 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