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

https://github.com/chneau/adventofcode

My trial at adventofcode
https://github.com/chneau/adventofcode

adventofcode adventofcode2020 go golang

Last synced: 6 months ago
JSON representation

My trial at adventofcode

Awesome Lists containing this project

README

          

# adventofcode

## How?

```bash
# eg running 2015/02
AOC=cookie_session nodemon -e go -x "go run ./2015/02/ || exit 1"
```