https://github.com/naturalclar/advent-of-code-2020
Advent of Code 2020 done in Deno
https://github.com/naturalclar/advent-of-code-2020
Last synced: over 1 year ago
JSON representation
Advent of Code 2020 done in Deno
- Host: GitHub
- URL: https://github.com/naturalclar/advent-of-code-2020
- Owner: Naturalclar
- Created: 2020-12-02T06:30:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T07:06:07.000Z (over 5 years ago)
- Last Synced: 2025-02-16T09:27:19.175Z (over 1 year ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2020
Challenging [Advent of Code 2020](https://adventofcode.com/2020) with [Deno](https://deno.land/)
## Run Tests
```
make test
```
## Run format
```
make fmt
```