JoseTomasTocino / AdventOfCode2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode2022

AdventOfCode GitHub GitHub Workflow Status GitHub top language

My solutions for AdventOfCode 2022

Enable and activate the environment using:

pipenv install
pipenv shelll

Run the code with:

pytest

Or run the code for a specific day with:

pytest day05

About

License:MIT License


Languages

Language:Python 90.2%Language:C++ 9.8%