Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 719 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 719 Bytes

Pipenv-Python Github-Workflow-Status

Advent of Code

My solutions to the 2020 Advent of Code event, using Python 3.8 with Pipenv for dependency management.

Use Pipenv to reproduce the Python environment:

pipenv sync

Then run solutions for a specific day:

pipenv run day 1

This will load input data from inputs.json and pass it to the solution.