ruarfff / aoc-2022

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of Code 2022


Languages

Language:Python 100.0%