/aoc2020

Advent of Code 2020

Primary LanguageJavaScriptISC LicenseISC

Advent of Code 2020

Intro

This repo contains my solutions to Advent of Code 2020 and it's based on this zero-setup environment Advent of Code.

Installation

Clone this repo and go to the created folder:

git clone https://github.com/robertosanval/aoc2020.git aoc2020
cd aoc2020

Using NPM:

npm install

Using Yarn:

yarn

Running dev mode

npm start day<N>

or

yarn start day<N>

Example:

yarn start day1

If the day folder does not exist, it will be created from template.