/adventofcode-2019

Advent of Code 2019 🎄 JavaScript Solutions

Primary LanguageJavaScript

advent-of-code-2019

Advent of Code 2019 🎄 JavaScript Solutions by @mmcodingjs | Twitter | Instagram

Build Status MIT license

What is Advent of Code?

Advent of Code is an online event created by Eric Wastl. Each year, starting on Dec 1st, an advent calendar of small programming puzzles are unlocked once a day at midnight (EST/UTC-5). Developers of all skill sets are encouraged to solve them in any programming language they choose!

Advent of Code 2019 Story

Santa has become stranded at the edge of the Solar System while delivering presents to other planets! To accurately calculate his position in space, safely align his warp drive, and return to Earth in time to save Christmas, he needs you to bring him measurements from fifty stars.

Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck!

The Elves quickly load you into a spacecraft and prepare to launch.

Progress

Day Part One Part Two
✔ Day 1: The Tyranny of the Rocket Equation 🌟 🌟
✔ Day 2: 1202 Program Alarm 🌟 🌟

Running Tests

Each day contains its own set of tests. To run them type npm test.