Skip to content

jazlalli/advent-of-code-2021

Repository files navigation

advent-of-node-2021

AoC 2021 solutions using Node.js

Getting Started

$ git clone git@github.com:accuRx/advent-of-node-2021.git && cd advent-of-node-2021
$ git checkout -b <your-own-branch-name>

Doing an exercise

On the days exercise, to get set up you can run

$ npm run day 1 # <- or whichever days exercise you're doing

This will create a directory named day-1, which will include an index.js for you to fill out with your solution, and the input for the puzzle will have been downloaded for you (to an input.txt file).

To run your solution to the puzzle, run

$ node day-1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published