Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/konsalex/adventofcode2021
- Owner: konsalex
- Created: 2021-12-01T16:38:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T23:54:49.000Z (about 3 years ago)
- Last Synced: 2024-10-30T09:28:03.636Z (2 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.