LorenzHenk / aoc2016

My take on Advent of Code 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is my take on the Advent of Code 2016, written in NodeJS.

Usage

Initialize a new day

yarn start init 01 # the day you want to initialize

Execute day

yarn start exec day01 # run part one and two of day01
yarn start exec -1 day01 # run part one of day01
yarn start exec -2 day01 # run part two of day01

Meta

I'm using gitmoji for commit messages.

About

My take on Advent of Code 2016


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%