Skip to content

AlenaNik/aoc2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published