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.
- Host: GitHub
- URL: https://github.com/wintercore/aoc2020
- Owner: WinterCore
- Created: 2020-12-10T09:56:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T02:34:23.000Z (over 5 years ago)
- Last Synced: 2025-02-14T20:31:43.365Z (over 1 year ago)
- Topics: advent-of-code-2020, aoc2020
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`