- Install dependencies:
pip3 install -r requirements.txt
- Run with
pytest
from the repo's root
Run the day's example with: python3 src/day-1/calibrator.py
For part 2, I changed the approach and created ngrams with a length of the max length of the number words.