Advent of Code is an online event created by Eric Wastl. Each year, starting on Dec 1st, an advent calendar of small programming puzzles are unlocked once a day at midnight (EST/UTC-5). Developers of all skill sets are encouraged to solve them in any programming language they choose!
Run pytest
to run all tests.
Run one exercice to see the real solution, for example:
python test_day1/test_ex1.py
Thanks to @adriennetacke 🙌 (I just copied her great README)
And eskerrik asko to @franmosteiro , as I discovered Adrienne's README in his repository 😜