Advent of code 2020 puzzles implemented in golang
Go to https://adventofcode.com/2020 and sign up for your profile.
Each puzzle is in cmd/[x]/[x].go where x is the number of the puzzle.
First retreive the input file for your account and put each input into the inputs
file, numbering it by the puzzle number, with no file extension e.g. inputs/1
Execute go run cmd/1/1.go
for example to execute the first puzzle. This will load the file inputs/1 and execute the puzzle solution code.
Solve for values equal 2020
status: ✔️ Working
TODO: Hardcoded value for input file and target, implement interface and help output using something more substantial like cobra or kingpin
Solve for the password database
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
Toboggan slope tree finder
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: ✔️ Working
status: TODO