Skip to content

cserby/aoc2022

Repository files navigation

aoc2022

Advent of Code 2022 Solutions

Setup

  1. You'll need Python3.10, pip and pipenv
  2. pipenv install
  3. pipenv shell

How to Run

  1. Store your input as day<N>/input
  2. Run
python -m day<N>