advent-of-code-2020-py

CI

My solutions to Advent of Code 2020, in python.

Setup

  1. Obtain code.

  2. Set up:

    make setup
  3. Run a problem and its tests:

    make problem01
  4. Run tests for all problems:

    make test
  5. Autoformat and lint code:

    make fix