/aoc-2022

Advent of Code 2022

Primary LanguagePython

aoc-2022

This repository contains my solutions to the Advent of Code 2022.

Setup

python -m venv ./.venv

source ./.venv/bin/activate

pip install -r requirements.txt

Format

black .

Test

pytest

Run

python main.py

e.g.

❯ python main.py
**** Day 1 ****
66186
196804
**** Day 2 ****
13221
13131