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.
To run the solution for a given year and day, type:
npm start <year> <day>