ClementParis016 / advent-of-code-2019

My quick and dirty solutions to Advent of Code 2019

Home Page:https://adventofcode.com/2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code-2019

My quick and dirty solutions to Advent of Code 2019

⚠️ This is really not clean and tidy, don't do this at home ⚠️

I just tried to figure out the solutions by typing directly in the DevTools console. I read the input by selecting the <pre> tag in the Elements panel, which I then accessed from the console with $0.

(not so) Pro-tip 🔥: I used var instead of let or const to be able to redeclare the same variable multiple times, otherwise I needed to reload the page each time I messed up (but Chrome DevTools will soon support that).

About

My quick and dirty solutions to Advent of Code 2019

https://adventofcode.com/2019


Languages

Language:JavaScript 100.0%