Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amandaguthrie/advent-of-code-go
https://github.com/amandaguthrie/advent-of-code-go
advent-of-code advent-of-code-2024 advent-of-code-2024-go
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amandaguthrie/advent-of-code-go
- Owner: amandaguthrie
- Created: 2024-11-29T21:43:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T02:21:43.000Z (about 1 month ago)
- Last Synced: 2024-12-03T03:20:55.228Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-go
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-go
Revisiting [Go][] this year (2024) for [Advent of Code][].
## 2024
| Advent of Code Link | Solution |
|-----------------------------------------------|--------------------------------------|
| [Day 01](https://adventofcode.com/2024/day/1) | [Day 01 Solution](./2024/01/main.go) |
| [Day 02](https://adventofcode.com/2024/day/2) | [Day 02 Solution](./2024/02/main.go) |
| [Day 03](https://adventofcode.com/2024/day/3) | [Day 03 Solution](./2024/03/main.go) |
| [Day 04](https://adventofcode.com/2024/day/4) | [Day 04 Solution](./2024/04/main.go) |[Advent of Code]: https://adventofcode.com/
[Go]: https://go.dev/