https://github.com/bilbottom/advent-of-code-go
Solutions to the Advent of Code problem sets.
https://github.com/bilbottom/advent-of-code-go
go
Last synced: over 1 year ago
JSON representation
Solutions to the Advent of Code problem sets.
- Host: GitHub
- URL: https://github.com/bilbottom/advent-of-code-go
- Owner: Bilbottom
- Created: 2024-11-09T08:39:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T09:34:42.000Z (over 1 year ago)
- Last Synced: 2025-01-26T08:09:16.756Z (over 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://go.dev/)

---
# Advent of Code (Go)
Solutions to the Advent of Code problem sets, available at:
- [https://adventofcode.com/](https://adventofcode.com/)
This is just an opportunity for me to work on Go, so the solutions are not optimal.
Sibling project to:
- [https://github.com/Bilbottom/advent-of-code](https://github.com/Bilbottom/advent-of-code)