Skip to content

thomasync/adventofcode-puzzles

Repository files navigation

My Advent Of Code Calendar

My Advent Of Code puzzle solutions

Test puzzles

Based on the site Advent Of Code created by Eric Wastl.

Which every december gives an advent calendar, allowing to have fun to solve puzzles.

I decided to solve these in typescript.

To concentrate only on the puzzles, i set up a reloading system that executes the last modified ts file and automatically transpiles it to display the result in the console.

npm run start

But it's also possible to generate the js files.

npm run build

And you can generate a calendar, because otherwise it's sad without colors

npm run calendar

Releases

No releases published

Packages

No packages published