AdventOfCode23

Link to webpage

https://adventofcode.com/

How it's working?

  1. Go to the above webpage.
  2. Connect via Google, Github or another possible way.
  3. Create a solution for the given exercise and send an answer at the bottom of the exercise.

Install dependencies

pnpm i

Run development in watch mode

Open an additional new terminal tab and run:

pnpm start

Run tests

pnpm test

Run solution

npx ts-node src/dayN/Solution.ts

Answers

Day Completed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25