Advent of Code 2020 solutions (Python)
fetch puzzle input from aoc
❯ helpers/get-input 3
solve
❯ ./solutions.py solver day3
solve all
❯ ./solutions.py all_days
submit solution to aoc
❯ helpers/submit 11 part2
aoc credentials (helpers/.env
)
used by helpers/get-input
and helpers/submit
SESSION_TOKEN=<AOC SESSION TOKEN>