Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 273 Bytes

File metadata and controls

13 lines (10 loc) · 273 Bytes

adventofcode2021

A repository for my solutions of Advent of Code 2021. Check out AoC here.

Run

# Install requirements
source venv/Scripts/activate # Activate a venv
pip install -r requirements.txt

# Run day x
python x/main.py