Categorygithub.com/mattdsteele/advent-of-code
repositorypackage
0.0.0-20241215184429-3a68ede70e4c
Repository: https://github.com/mattdsteele/advent-of-code.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Advent of Code

shield

CI/CD Tooling

In the cmd/ folder are the following utilities:

setup/ - Preps a day by downloading the input

Need to set an AOC_SESSION_COOKIE variable, then run:

go run ./cmd/setup/main.go {day}

submit/ - Submits an answer

sync/ - Identifies any answers not submitted successfully, and submits each in turn

Automation