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

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.

Awesome Lists containing this project

README

          

[![Go](https://img.shields.io/badge/Go-1.22-blue.svg)](https://go.dev/)
![GitHub last commit](https://img.shields.io/github/last-commit/Bilbottom/advent-of-code-go)

---

# 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)