Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 248 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 248 Bytes

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>