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.
- Host: GitHub
- URL: https://github.com/necrophonic/advent-of-code
- Owner: necrophonic
- License: mit
- Created: 2020-12-04T19:45:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T11:09:59.000Z (over 2 years ago)
- Last Synced: 2024-12-06T20:16:53.136Z (over 1 year ago)
- Topics: challenges-solved, fun, go, golang
- Language: Go
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
Solutions for the Advent of Code challenges
https://adventofcode.com/
## Go
[](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.