TDD solutions to Advent of Code challenges

Running Tests

  • JavaScript
    • cd javascript
    • npm test
  • Ruby
    • cd ruby
    • rspec