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

https://github.com/behos/aoc2021


https://github.com/behos/aoc2021

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2021

New days can be added in a new top-level file with a Main.hs

package.yaml needs to be updated too to point to the new bin.

Executing a day is simply

```
stack run day-XX
```