Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 443 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 443 Bytes

My Advent of Code Solutions

In this repository, I store my solutions to the Advent of Code puzzles. I use TypeScript in my solutions.

To get the input to the puzzles, I use aoc-loader. It's a small package that loads and caches the input from the Advent of Code website.

Use

To run the solution for a given year and day, type:

npm start <year> <day>