repository
0.0.0-20240911044918-86d22f59d08c
Repository: https://github.com/dishbreak/aoc2021.git
Documentation: pkg.go.dev
# README
Advent of Code 2021 Solutions
The following are my solutions to the 2021 Advent of Code challenge. To run a specific challenge, from the root of the repo:
$ go run ./cmd/day18
Part 1: 23507031841020
Part 2: 218621700997826
Note that this repo uses my own individual solutions. In order to play you'll need to download your own puzzle inputs from the Advent of Code website.