Skip to content

Files

Latest commit

author
Rickard Natt och Dag
Dec 1, 2020
5d2b632 · Dec 1, 2020

History

History
24 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.1 KB

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