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

https://github.com/wintercore/aoc2020

My Advent Of Code 2020 Solutions.
https://github.com/wintercore/aoc2020

advent-of-code-2020 aoc2020

Last synced: about 1 year ago
JSON representation

My Advent Of Code 2020 Solutions.

Awesome Lists containing this project

README

          

# Advent of Code 2020 solutions

## How to run locally

- Install [Deno](https://deno.land)
- Clone this repo `git clone https://github.com/WinterCore/aoc-2020.git`
- Change your current working directory to the problem folder that you wanna run `cd aoc-2020/day`
- Run `deno run --allow-read index.ts`