Skip to content

marcosgilf/advent-of-code

Repository files navigation

Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Technologies

This repo aim to be future-proof and use well-supported proven technology to learn and keep my stack up to date. The stack I have chosen should reflect this.

How to use this repository

  1. Install dependencies

npm install

  1. Run test

npm test or npm run test:wacth