Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chneau/adventofcode

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

adventofcode adventofcode2020 go golang

Last synced: about 6 hours 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"
```