Skip to content

Latest commit

 

History

History

2015

Advent of Code 2015

I'm going back in time an doing some of the puzzles just for fun.

Advent of Code 2015 Story

Santa was hoping for a white Christmas, but his weather machine's "snow" function is powered by stars, and he's fresh out! To save Christmas, he needs you to collect fifty stars by December 25th.

Collect stars by helping Santa solve 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!

Days

Day #1  #2
Day 1: Not Quite Lisp 🌟 🌟

Running code and tests

$ git clone https://github.com/believer/advent-of-code.git
$ cd advent-of-code/2015
$ npm install
$ npm run build && npm run test:ci