Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurvicencio/go-advent-of-code
Advent of code solutions
https://github.com/arthurvicencio/go-advent-of-code
advent-of-code golang
Last synced: 4 days ago
JSON representation
Advent of code solutions
- Host: GitHub
- URL: https://github.com/arthurvicencio/go-advent-of-code
- Owner: arthurvicencio
- Created: 2024-12-01T16:17:32.000Z (2 months ago)
- Default Branch: develop
- Last Pushed: 2024-12-09T20:30:55.000Z (about 2 months ago)
- Last Synced: 2024-12-09T21:29:41.654Z (about 2 months ago)
- Topics: advent-of-code, golang
- Language: Go
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-advent-of-code
## Advent of code solutions in Go
### Run
```
$ go run ./cmd {year}-d{day}-p{part}$ go run ./cmd 2024-d01-p1
```## Roadmap
### 2024
- [x] Day 1
- [x] Part 1
- [x] Part 2
- [x] Day 2
- [x] Part 1
- [x] Part 2
- [x] Day 3
- [x] Part 1
- [x] Part 2
- [x] Day 4
- [x] Part 1
- [x] Part 2
- [x] Day 5
- [x] Part 1
- [x] Part 2