/AdventOfCode2023

Primary LanguagePythonMIT LicenseMIT

AdventOfCode2023

AdventOfCode GitHub GitHub Workflow Status GitHub top language

My solutions for AdventOfCode 2023

Enable and activate the environment using:

pipenv install
pipenv shell

Run the code with:

pytest

Or run the code for a specific day with:

pytest day05