# README
Advent of Code 2020
Solutions for the Advent of Code 2020 problems implemented in Golang.
How To Run
Prerequisites:
- go version
1.13
or later
Development
- Run
make init
to initialize the environment. - Run
make run
to execute the tool.
Test
- Run
make init
to initialize the environment. - Run
make test
to execute the tests for the tool.
How To Build
Linux
- Run
make init
to initialize the environment. - Run
make build
to build the tool.