Advent of Code solutions in Go
Go to file
Evan Burkey 2357f02bd4 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2015 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2016 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2017 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2018 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2019 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2020 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2021 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2022 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
aoc2023 cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
cmd cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
input init 2024-07-24 07:29:59 -07:00
internal/utility cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
scripts init 2024-07-24 07:29:59 -07:00
.gitignore init 2024-07-24 07:29:59 -07:00
LICENSE init 2024-07-24 07:29:59 -07:00
README.md cleanup, 2015-01 to 2015-05 2024-07-24 11:03:39 -07:00
go.mod init 2024-07-24 07:29:59 -07:00

README.md

aoc

Advent Of Code solutions using Go

Inputs

Inputs can be generated from get_input.sh. You will need to get your session cookie from the Advent of Code website. The easiest way to do this is to inspect any input page in your browser.

The script can then be run with bash get_input.sh SESSIONCOOKIE, with SESSIONCOOKIE replaced by your unique session cookie's hash.

Usage

Run the program and enter the year and date as prompted