/adventofcode-2020

my take on the "advent of code" challenges 2020

Primary LanguageJavaScriptOtherNOASSERTION

Advent of Code 2020

http://adventofcode.com/2020

Goals

  • write as little code as possible
  • while maintaining readability
  • try maximizing performance
  • no dependencies, just a modern webbrowser

Usage

  • open index.html in a web browser (or use the github page)
  • paste your input data in the first text box
  • select which day and part you want to solve
  • hit the submit button

Gimmicks

t.b.a.