Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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