Solutions for the Advent of Code 2022 problems implemented in Python.
Prerequisites:
- virtualenv version
20.0.3
or later - python version
3.8.5
or later - pylint version
2.4.4
or later - black version
19.10b0
or later
- Run
make init
to initialize the environment. - Run
make run
to execute the challenge.
- Run
make init
to initialize the environment. - Run
make test
to execute the tests.