Advent of Code
A collection of my solutions to Advent of Code.
Documentation
Individual Solutions
Run the file like you normally would with Ruby:
ruby day_1/part_1.rb
=> 1688
All Solutions
Use the run_all
executable:
./run_all
Acknowledgements
- Eric Wastl for maintaining Advent of Code