/Advent-of-Code-TS

My Advent of Code Solutions in Typescript

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Advent Of Code

Here are my solutions.

Days I solved:

2023

Day Part 1 Part 2
1
2
3
4
5
6
7
8
9
10 ✅ (with some hints)
11
12
13
14
15
16
17 with some hints
18 ✅ with some help and Wikipedia
19
20
21
22
23
24
25

Following scripts are available

npm run run => Runs the code
npm run aoc => Runs a day of advent of code
npm run aoc_compile => Compiles the code and runs a day of advent of code
npm run compile => Compiles the code
npm run init_day => Creates an empty day with input

The project structure was inspired by ckohen's adventofcode