KapitanKAPSLOK / advent-of-code-2022

Solutions to the AoC 2022 in typescript.

Home Page:https://adventofcode.com/2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Hello, here are my solutions for the AoC2022 competition. They are written in typescript and run using node.js.

Running the solutions

Install dependencies with

yarn install

and then run the solution for the specific day nr with

DAY=nr yarn calculate

About

Solutions to the AoC 2022 in typescript.

https://adventofcode.com/2022

License:ISC License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%