Skip to content

jdpearce/advent-of-code

Repository files navigation

Advent of Code Solutions

Build Status

Running Solutions

To run any of the solution files in this repo (after running npm install):

npm start <solution-file>

e.g.

npm start 2019/01/part-1/main.ts

Running Test Specs

Tests are written for Jest to run:

npm test

Or simply

jest

To run tests for a single spec:

npm test -- --t="2020-12-01.1"

About

Advent of code solutions, probably in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published