- 2023 - Challenges - Solutions
Also see Kotlin implementation of previous years.
Install requirements: pip install -r requirements.txt
Run tests:
- Ensure input files (
day01
,day02
etc.) are present in<year>/input/
- Run
pytest
(orpytest -s
orpytest -s <year>
orpytest -s <year>/src/test/test_day<nr>.py
)