Skip to content

Totto16/AOC-2022

Repository files navigation

AoC 2022

Welcome to my Advent of Code 2022 repository! The solutions are written in Typescript using Node.js. The solutions aren't optimized for speed, more for readability.

Running the solutions

For running the code you need Node.js installed. To run it run you first have to install all the needed packages:

npm install

You first have to build the Typescript files

npm run compile

You can run it then with

npm run all

or

npm run start

For help run

npm run help

For more options run it with:

node . [options]

To see them all you can run the help command.

2022 Results

Day Part 1 Part 2
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 10
Day 11
Day 12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published