Advent of Code solutions
If you are new to Advent of Code, you can get started at adventofcode.com.
Create a new solution directory based on these docs:
mkdir 2020/day2
cd 2020/day2
Run an individual solution with
go run day1.go
Run unit tests
go test
I'd appreciate any feedback via issues.