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

https://github.com/necrophonic/advent-of-code

Solutions to the challenges set in the Advent of Code challenge for various years.
https://github.com/necrophonic/advent-of-code

challenges-solved fun go golang

Last synced: 21 days ago
JSON representation

Solutions to the challenges set in the Advent of Code challenge for various years.

Awesome Lists containing this project

README

          

# Advent of Code

Solutions for the Advent of Code challenges

https://adventofcode.com/

## Go

[![Go Report Card](https://goreportcard.com/badge/github.com/necrophonic/advent-of-code)](https://goreportcard.com/report/github.com/necrophonic/advent-of-code)

- [2023](2023/go)

## Old solutions

As of 2023 I've done a large refactor of the structure and code runners, so everything
prior to that year is now nested under [./old](old).

Note that anything under `old` is not necessarily maintained and *should* run
but may have compatability/path issues.