@@ -34,7 +34,7 @@ resources
34
34
│ └── 25
35
35
│ └── input.txt
36
36
│ ...
37
- └── 2023
37
+ └── 2024
38
38
├── 01
39
39
│ ├── example.1.txt
40
40
│ ├── example.2.txt
@@ -56,6 +56,7 @@ git clone --recurse-submodules -j8
[email protected] :AlexAegis/advent-of-code.git
56
56
57
57
## [ TypeScript] ( ./solutions/typescript )
58
58
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/ )
59
60
[ ![ 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/ )
60
61
[ ![ 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/ )
61
62
[ ![ 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
78
79
79
80
``` sh
80
81
# Navigate to the solution
81
- cd solutions/typescript/2023 /01
82
+ cd solutions/typescript/2024 /01
82
83
pnpm p1
83
84
pnpm p2
84
85
```
@@ -97,15 +98,15 @@ pnpm test
97
98
98
99
``` sh
99
100
# Navigate to the solution
100
- cd solutions/typescript/2023 /01
101
+ cd solutions/typescript/2024 /01
101
102
pnpm test
102
103
```
103
104
104
105
### Benchmarking individual TypeScript solutions
105
106
106
107
``` sh
107
108
# Navigate to the solution
108
- cd solutions/typescript/2023 /01
109
+ cd solutions/typescript/2024 /01
109
110
pnpm bench
110
111
```
111
112
@@ -119,14 +120,15 @@ pnpm lint
119
120
120
121
``` sh
121
122
# Navigate to the solution
122
- cd solutions/typescript/2023 /01
123
+ cd solutions/typescript/2024 /01
123
124
pnpm lint:tsc
124
125
pnpm lint:es
125
126
pnpm lint:format
126
127
```
127
128
128
129
## [ Rust] ( ./solutions/rust )
129
130
131
+ ![ 2024 Rust Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/rust/2024.json )
130
132
![ 2023 Rust Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/rust/2023.json )
131
133
![ 2022 Rust Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/rust/2022.json )
132
134
![ 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
139
141
140
142
## [ Python] ( ./solutions/python )
141
143
144
+ ![ 2024 Python Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/python/2024.json )
142
145
![ 2023 Python Progress] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/python/2023.json )
143
146
[ ![ 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/ )
144
147
![ 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