# README
Advent of Code
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
- Submits entries to AOC via https://github.com/mattdsteele/aoc-submit-action
- Stars via https://github.com/mattdsteele/aoc-stars-shield