Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 script

make run-01-watch # Run and Watch
```