Categorygithub.com/g-harel/advent-of-code-2020
repository
0.0.0-20210415025654-19985ffb79b9
Repository: https://github.com/g-harel/advent-of-code-2020.git
Documentation: pkg.go.dev

# Packages

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

# 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>