Solutions for the Advent of Code 2020 problems implemented in Golang.
Prerequisites:
- go version
1.19
or later
- Run
make init
to initialize the environment. - Run
make run
to execute the tool.
- Run
make init
to initialize the environment. - Run
make test
to execute the tests for the tool.
- Run
make init
to initialize the environment. - Run
make build
to build the tool.