2023-12-20 20:58:01 -08:00
2023-12-18 20:29:25 -08:00
2023-12-12 21:41:47 -08:00
2023-12-12 22:35:04 -08:00
2023-12-20 20:58:01 -08:00
2023-12-20 20:58:01 -08:00
2023-12-16 15:47:29 -08:00
2023-12-19 14:18:12 -08:00
2023-12-09 10:09:39 -08:00

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 #>

Testing

pytest <day #>
Description
No description provided
Readme 103 KiB