/advent-of-code-2018

https://adventofcode.com/2018

Primary LanguagePython

advent-of-code-2018

https://adventofcode.com/2018

Setup:

mkvirtualenv aoc

workon aoc

pip3 install -r requirements.txt

pre-commit install

Notes:

Be sure to get your session cookie (from chrome devtools for instance) and set as Env. Var: SESSION_COOKIE

Example call:

SESSION_COOKIE=<MY_SESSION_COOKIE> python3 -m day_one.solution_one