Solutions for the Advent of Code 2020 problems implemented in Golang.
Prerequisites:
- go version
1.19or later
- Run
make initto initialize the environment. - Run
make runto execute the tool.
- Run
make initto initialize the environment. - Run
make testto execute the tests for the tool.
- Run
make initto initialize the environment. - Run
make buildto build the tool.