/advent-of-code

My Advent of Code solutions!

Primary LanguagePythonMIT LicenseMIT

advent-of-code

My Advent of Code solutions!

Installation

Create a Virtual Environment:

python -m venv .venv

Activate the Virtual Environment:

. .venv/Scripts/activate

Install dependencies pip:

pip install -r requirements.txt

Running

python main.py