adevent-of-code-2023

Solutions for advent of code 2023 in (hopefully) more than one language

Getting the inputs

cd go
export AOC_SESSION_COOKIE={your session cookies}
go run ./cli -year {year}

Solutions

Go

Running solutions in go

cd go
go test ./...
go run day{number}