Advent of code solutions in clojure
To use helper.clj you need the session token to make an authenticated request:
- Login to AoC.
- Open browser's developer console and navigate to the Network tab.
- GET any input page, say adventofcode.com/2016/day/1/input, and look at the request headers.
- Under cookies there will be a session token (search for 'session=').