Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavkj/advent-of-code

My Advent of Code solutions
https://github.com/gustavkj/advent-of-code

advent-of-code advent-of-code-2017 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 aoc aoc-loader aoc2017 aoc2019 aoc2020 aoc2021 typescript

Last synced: about 3 hours ago
JSON representation

My Advent of Code solutions

Awesome Lists containing this project

README

        

# My Advent of Code Solutions

In this repository, I store my solutions to the [Advent of Code](https://adventofcode.com/) puzzles. I use TypeScript in my solutions.

To get the input to the puzzles, I use [aoc-loader](https://www.npmjs.com/package/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:

```sh
npm start
```