Skip to content

coocos/advent-of-code-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2017

My set of TypeScript solutions to Advent of Code 2017.

How to run the solutions

Install dependencies first:

npm ci

You can then run the solutions one by one using ts-node:

npx ts-node aoc/day25/puzzle.ts

About

Advent of Code 2017 solutions

Topics

Resources

Stars

Watchers

Forks