Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyhou/advent-of-code-2021
This is my attempt to solve the Advent Of Code 2021
https://github.com/zyhou/advent-of-code-2021
advent-of-code advent-of-code-2021 deno denoland
Last synced: 8 days ago
JSON representation
This is my attempt to solve the Advent Of Code 2021
- Host: GitHub
- URL: https://github.com/zyhou/advent-of-code-2021
- Owner: zyhou
- License: mit
- Created: 2021-12-01T17:23:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T16:50:56.000Z (about 3 years ago)
- Last Synced: 2024-11-06T13:47:41.151Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2021, deno, denoland
- Language: TypeScript
- Homepage: https://adventofcode.com/2021
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code 2021
This is my attempt to solve the [Advent Of Code 2021](https://adventofcode.com/2021) :christmas_tree: puzzles using [Deno](https://deno.land/).
## Run
```bash
make run-01 # Run day one script
make run-02 # Run day two script
# ...
make run-whatever-day # Run day N scriptmake run-01-watch # Run and Watch
```