Skip to content

jondarrer/advent-of-code-2020-ts

Repository files navigation

advent-of-code-2020-ts

My solution to Advent of Code 2020 in TypeScript https://adventofcode.com/2020

Running

npm start -- {day} {part}

To run day 1, part 1 type npm start -- 1 1.

Template for a new day's challenges

npm run plop

When prompted, type in the day number, e.g. 2. The template files for both parts of the day will be created in the ./src/day2 directory.

About

My solution to Advent of Code 2020 in TypeScript https://adventofcode.com/2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published