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

https://github.com/joshuaclayton/advent-of-code


https://github.com/joshuaclayton/advent-of-code

advent-of-code advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 haskell

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# advent-of-code

To generate the answer for a particular day:

```sh
cat src/2017/DayXX/input | src/2017/DayXX/Main.hs
```