# README
Advent of Code 2020
Testing
Solution correctness is verified using standard Go test infra.
go test ./...
Dev
Common helper functions and utils are placed in the ./lib
directory.
Use the helper to create the boilerplate solution/test files and an empty text file to paste the input.
./new.sh <day-number>