/advent-of-code-21

https://adventofcode.com

Primary LanguagePython

Sarah's Advent of Code 2021

Coding puzzles for Advent of Code 2021.

This is throwaway code for solving these riddles quickly. This is not good (performant, DRY, etc) code! Don't judge please!

Install dependencies

pipenv install

Run a script like this

Pass the input file as an argument:

pipenv run python days/01.py input/01.txt