Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 667 Bytes

README.md

File metadata and controls

executable file
·
26 lines (19 loc) · 667 Bytes

Advent of Code 2019

http://adventofcode.com/2019

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

Some days produce graphical output using generated SVG:

  • day 3: wire diagram and crossings
  • day 8: password shown in space image
  • day 11: painted hull
  • day 13: game screen
  • day 15: the maze