Files
advent-of-code-2023/readme.md
2023-12-08 20:37:08 -08:00

337 B

Advent of Code 2023

My solutions to Advent of Code 2023 in Python.

Setup

Create and activate a virtual environment:

python -m venv .venv
source .venv/bin/ativate

With the virtual environment actiated, install dependencies:

pip install .

Usage

python <day #>