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

https://github.com/rwaweber/adventofcode2017

advent of code solutions in go
https://github.com/rwaweber/adventofcode2017

adventofcode2017 go

Last synced: 6 months ago
JSON representation

advent of code solutions in go

Awesome Lists containing this project

README

          

# adventofcode2017 #

Solutions in go

# installation #
`go get github.com/rwaweber/adventofcode2017`

# running #
- `go run main.go`
- `adventofcode2017` if you installed through `go get`

# testing #
`go test ./...`