s1gr1d / aoc-2020_functional-JS

πŸŽ„ Advent of Code 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ„ Advent of Code 2020

I solve the avent of code puzzles with JS in a functional programming style.

Intro

This repo contains my solutions for Advent of Code 2020 (SPOILER ALERT!)

Using this template: AoC JS starter

Installation

Using NPM:

npm i

Using Yarn:

yarn

Running dev mode

npm start day<N>

or

yarn start day<N>

Example:

yarn start day1

About

πŸŽ„ Advent of Code 2020

License:Other


Languages

Language:JavaScript 100.0%