Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fmauquie/aoc

Advent Of Code (2022)
https://github.com/fmauquie/aoc

Last synced: 8 days ago
JSON representation

Advent Of Code (2022)

Awesome Lists containing this project

README

        

# Advent Of Code

To run, switch to the version of Node from .nvmrc (`nvm use`), cd to the directory of the challenge, and run `node index.mjs`.

To add a challenge, create the directory, copy the input in the file named `input`, create `index.mjs` with the template from `utils.mjs`.