Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 802 Bytes

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