Skip to content

gustavkj/advent-of-code

Repository files navigation

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>