Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/konsalex/adventofcode2021

My solutions with Golang
https://github.com/konsalex/adventofcode2021

Last synced: 24 days ago
JSON representation

My solutions with Golang

Awesome Lists containing this project

README

        

The challenges are in each `dayX.go` file, and the data are all inside the `data` folder.

To run just execute `go run *.go`

Trying to keep this zero dep.