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

https://github.com/ldd/advent-of-code-2020


https://github.com/ldd/advent-of-code-2020

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# AOC_2020

To generate a new day:
`./new_day.sh [1-25]`

To run a task for the day:
`mix Aoc2020.generate_answer 5`

To run tests:
`mix test`