Skip to content

My attempt at AoC 2022 in TypeScript

License

Notifications You must be signed in to change notification settings

kristian240/advent-of-code-2022

Repository files navigation

Advent of code 2022

This repository contains my solutions for the Advent of Code 2022 challenges.

Usage

To run all solutions, run the following command:

$ ./run.sh

To run a specific solution, run the following command:

$ ./run.sh <day>

License

This project is licensed under the MIT License - see the LICENSE file for details