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

https://github.com/sebj54/adventofcode-2021

Advent of code 2021 solutions
https://github.com/sebj54/adventofcode-2021

adventofcode adventofcode2021 node nodejs

Last synced: about 1 year ago
JSON representation

Advent of code 2021 solutions

Awesome Lists containing this project

README

          

# Advent of code 2021 solutions

This project is built with Node JS. Be sure to use latest LTS (16.13.1 as of writing).

To run a solution for a specific day, navigate to the directory, then run:

```
node index.js
```