Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 314 Bytes

Advent of Code 2020

You can find this year's problems here.

# Opens a new tab with the given day in browser
python .\aoc.py 2 open

# Run a specific day
python .\aoc.py 2 

# Run a specific day's tests
python .\aoc.py 2 test

# Run all tests
python -m unittest -v