JoseTomasTocino / AdventOfCode2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%