c-h-russell-walker / advent-of-code-2018

https://adventofcode.com/2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://adventofcode.com/2018


Languages

Language:Python 100.0%