Ecosyste.ms: Awesome
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: about 6 hours ago
JSON representation
My trial at adventofcode
- Host: GitHub
- URL: https://github.com/chneau/adventofcode
- Owner: chneau
- Created: 2020-12-02T20:56:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T14:58:59.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T00:20:53.084Z (7 months ago)
- Topics: adventofcode, adventofcode2020, go, golang
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```