Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/klippx/adventofcode


https://github.com/klippx/adventofcode

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# adventofcode

Running ALL tests:

`rake test`

## Day n

Run tests: rake day<%02n>:test

Run solution: rake day<%02n>:answer

### Example, day n=1:

Run tests: `rake day01:test`

Run solution: `rake day01:answer`