Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 433 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 433 Bytes

🎅🧩🎄 Advent of Code 2024 🎄🧩 🎅

Build Status

Trying to be prepared for this year's edition...

Setup

git clone git@github.com:ariejan/advent-of-code-2024
bundle install

Generating new day

bin/generate <day>

Running tests

rspec

Solving problems

bin/aoc <day>
bin/aoc all