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

https://github.com/kristian240/advent-of-code-2022

My attempt at AoC 2022 in TypeScript
https://github.com/kristian240/advent-of-code-2022

advent-of-code advent-of-code-2022 adventofcode adventofcode2022 node-js nodejs typescript

Last synced: 4 months ago
JSON representation

My attempt at AoC 2022 in TypeScript

Awesome Lists containing this project

README

          

# Advent of code 2022

This repository contains my solutions for the [Advent of Code 2022](https://adventofcode.com/2022) challenges.

## Usage

To run all solutions, run the following command:

```bash
$ ./run.sh
```

To run a specific solution, run the following command:

```bash
$ ./run.sh
```

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details