Advent of code 2023!

Attempts at solving all of advent of code for the month of december using typescript. I will try to create a README.md file with the prompt for every day.

If you have node you can run any file like this:

npx ts-node src/01-trebuchet/part1.ts

When debugging, use:

npx nodemon src/01-trebuchet/part2.ts