Solutions to Advent of Code puzzles
- Open the
input
page of a puzzle in the Chrome browser, e.g.: https://adventofcode.com/2017/day/1/input - Open Chrome Developer Tools Console for that page (
Option + ⌘ + J
orShift + Ctrl + J
) - Copy paste the solution (e.g. 2017/advcode01.js) into the Console, and run it