Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 261 Bytes

Advent of Code

Answers to Advent of Code riddles.

To run any answer...

cd <year>
asdf install
bundle install
bundle exec <the day you want to see answer for>

...or something like that. You'll figure it out.