alindber / advent-of-code-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2022

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

Usage

To run the solutions, you need to have nodejs and npm installed. Then, you can run the solutions with the following commands:

npm install
npm run start

About


Languages

Language:TypeScript 100.0%