/advent-of-code

Repo that contains advent of code solutions

Primary LanguagePython

Advent of Code

Advent of Code is an Advent calendar of small programming puzzles.

# Create venv
python3 -m venv ./aoc-venv
# Activate venv
source ./aoc-venv/bin/activate
# install advent-of-code-data helper library 
# Re-run script on changes
nodemon --exec python3 <dX.py>