Skip to content

tomdewildt/advent-of-code-2022

Repository files navigation

Advent of Code 2022

Build Coverage License

Solutions for the Advent of Code 2022 problems implemented in Python.

How To Run

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

Development

  1. Run make init to initialize the environment.
  2. Run make run to execute the challenge.

Test

  1. Run make init to initialize the environment.
  2. Run make test to execute the tests.

References

Python Docs

Click Docs

Pytest Docs

About

Solutions for the Advent of Code 2022 problems implemented in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published