1.1.4 • Published 2 years ago

@rekeye/advent-of-code v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Advent of code

A repo containing solutions for the Advent Of Code.

The solutions are written in Typescript with Node.js

Requirements

npm

This project uses npm for installing dependencies and packing the solutions. To install npm on your system please visit the official NPM documentation.

Installing

Install the package with npm install @rekeye/advent-of-code

Usage

Run the selected script using day{One | Two | Three | etc.}

Installing locally

Install the dependencies with npm install.

If you want you can swap the inputs in the _inputs folder.

Possible scripts

Run a selected day

Run the selected script using npm run day{One | Two | Three | etc.}

Tests

To run tests use npm run test

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago