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
- Host: GitHub
- URL: https://github.com/howz1t/adventofcode2020-template
- Owner: HOWZ1T
- License: unlicense
- Created: 2020-12-01T17:59:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T18:01:07.000Z (over 5 years ago)
- Last Synced: 2025-02-21T13:30:56.402Z (over 1 year ago)
- Language: HTML
- Size: 393 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)