2023-12-10 18:44:26 -08:00
2023-12-09 18:05:48 -08:00
2023-12-09 18:05:48 -08:00
2023-12-09 19:33:23 -08:00
2023-12-09 20:19:35 -08:00
2023-12-10 18:44:26 -08:00
2023-12-08 20:37:08 -08:00
2023-12-08 20:37:08 -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