RomanSixty / adventofcode-2020

my take on the "advent of code" challenges 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

my take on the "advent of code" challenges 2020

License:Other


Languages

Language:JavaScript 92.4%Language:HTML 7.6%