@@ -34,7 +34,7 @@ resources
3434│ └── 25
3535│ └── input.txt
3636│ ...
37- └── 2023
37+ └── 2024
3838 ├── 01
3939 │ ├── example.1.txt
4040 │ ├── example.2.txt
@@ -56,6 +56,7 @@ git clone --recurse-submodules -j8
[email protected] :AlexAegis/advent-of-code.git
5656
5757## [ TypeScript] ( ./solutions/typescript )
5858
59+ [ ![ 2024 TypeScript Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/typescript/2024.json )] ( /solutions/typescript/2024/ )
5960[ ![ 2023 TypeScript Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/typescript/2023.json )] ( /solutions/typescript/2023/ )
6061[ ![ 2022 TypeScript Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/typescript/2022.json )] ( /solutions/typescript/2022/ )
6162[ ![ 2021 TypeScript Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/typescript/2021.json )] ( /solutions/typescript/2021/ )
@@ -78,7 +79,7 @@ pnpm install
7879
7980``` sh
8081# Navigate to the solution
81- cd solutions/typescript/2023 /01
82+ cd solutions/typescript/2024 /01
8283pnpm p1
8384pnpm p2
8485```
@@ -97,15 +98,15 @@ pnpm test
9798
9899``` sh
99100# Navigate to the solution
100- cd solutions/typescript/2023 /01
101+ cd solutions/typescript/2024 /01
101102pnpm test
102103```
103104
104105### Benchmarking individual TypeScript solutions
105106
106107``` sh
107108# Navigate to the solution
108- cd solutions/typescript/2023 /01
109+ cd solutions/typescript/2024 /01
109110pnpm bench
110111```
111112
@@ -119,14 +120,15 @@ pnpm lint
119120
120121``` sh
121122# Navigate to the solution
122- cd solutions/typescript/2023 /01
123+ cd solutions/typescript/2024 /01
123124pnpm lint:tsc
124125pnpm lint:es
125126pnpm lint:format
126127```
127128
128129## [ Rust] ( ./solutions/rust )
129130
131+ ![ 2024 Rust Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/rust/2024.json )
130132![ 2023 Rust Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/rust/2023.json )
131133![ 2022 Rust Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/rust/2022.json )
132134![ 2021 Rust Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/rust/2021.json )
@@ -139,6 +141,7 @@ pnpm lint:format
139141
140142## [ Python] ( ./solutions/python )
141143
144+ ![ 2024 Python Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/python/2024.json )
142145![ 2023 Python Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/python/2023.json )
143146[ ![ 2022 Python Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/python/2022.json )] ( /solutions/python/year2022/ )
144147![ 2021 Python Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/python/2021.json )
0 commit comments