Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.78 KB

README.md

File metadata and controls

48 lines (42 loc) · 1.78 KB
Travis CI Build Status
Code Climate Code Climate Test Coverage Issue Count
Inch CI Inline docs

Advent of Code

Solutions to Advent of Code puzzles.

Usage

  1. fill out config/application.yml with your personal session cookie from adventofcode.com
  2. fill out db/seeds/answers.yml with your personal expected answers
  3. replace contents of lib/ with your own programming solutions
  4. run the spec files in spec/
  5. check out .travis.yml for hints

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/khalilfazal/advent_of_code.