caiangums / aoc-2021

Solutions for ๐ŸŽ„ Advent of Code 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŽ„Advent of Code - 2021

Solutions for Advent of Code with JS

Usage

Dependencies:

Tools:

Customize your repo based on this template changing this Readme and the package.json. After that you should install all the dependencies

yarn

Creating Solutions

Solutions can be created with the yarn solution script passing the number of the day as two-digit:

yarn solution 01

The puzzle inputs are unique per user and not going to be tracked. Update your input.in file with your input from Advent of Code website.

Running

Run and see solutions

yarn solve

Run your tests (wth Jest)

yarn test

Lint your code

yarn lint

Credits

This project was created with this ๐ŸŽ„AoC template

About

Solutions for ๐ŸŽ„ Advent of Code 2021


Languages

Language:JavaScript 97.9%Language:EJS 2.1%