You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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