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

https://github.com/nuclearredeye/adventofcode2021

My solutions for the Advent of Code 2021 programming puzzles
https://github.com/nuclearredeye/adventofcode2021

advent-of-code-2021 typescript

Last synced: 7 days ago
JSON representation

My solutions for the Advent of Code 2021 programming puzzles

Awesome Lists containing this project

README

          

# Advent of Code 2021

My solutions for the [Advent of Code 2021](https://adventofcode.com/2021) programming puzzles.

## Prerequisites

* You have a Linux, OSX or Windows machine.
* You have installed version 14.x or greater of [Node.js](https://nodejs.org/en/).

## Quick Start

You can build the project using...

```
npm install
npm build
```

And you can run the project using...

```
npm run start
```

## License

Licensed under [MIT](https://choosealicense.com/licenses/mit/).