https://adventofcode.com/2015/day/3

by Anton

CSS

html {
  background-color: #222;
}

JavaScript

const input =...