An open API service indexing awesome lists of open source software.

https://github.com/howz1t/adventofcode2020-template

template for advent of code 2020
https://github.com/howz1t/adventofcode2020-template

Last synced: 4 months ago
JSON representation

template for advent of code 2020

Awesome Lists containing this project

README

          

![advent of code 2020 banner](aoc2020.png)

# Advent Of Code 2020
A simple interface for the advent of code 2020.
Allows you to select which problem to run using the run problem drop down.

Uses bootstrap for a simple UI.

For an example please see: [day1.js](day1.js) and [index.html](index.html)