Solutions for the Advent of Code 2022 problems implemented in Python.
Prerequisites:
- virtualenv version
20.0.3or later - python version
3.8.5or later - pylint version
2.4.4or later - black version
19.10b0or later
- Run
make initto initialize the environment. - Run
make runto execute the challenge.
- Run
make initto initialize the environment. - Run
make testto execute the tests.