Skip to content

Commit 60e3d93

Browse files
committed
Install and finished first advanced excersize
1 parent bb5ded4 commit 60e3d93

File tree

3 files changed

+2364
-8
lines changed

3 files changed

+2364
-8
lines changed

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"s-09": "tt-cli run 09 --solution",
2626
"e-10": "tt-cli run 10",
2727
"s-10": "tt-cli run 10 --solution",
28-
"e-18": "npm run exercise -- 18",
29-
"s-18": "npm run solution -- 18",
28+
"e-18": "tt-cli run 18",
29+
"s-18": "tt-cli run 18 --solution",
3030
"e-19": "tt-cli run 19",
3131
"s-19": "tt-cli run 19 --solution",
3232
"e-20": "tt-cli run 20",
@@ -162,7 +162,23 @@
162162
"e-74": "tt-cli run 74",
163163
"s-74": "tt-cli run 74 --solution",
164164
"e-76": "tt-cli run 76",
165-
"s-76": "tt-cli run 76 --solution"
165+
"s-76": "tt-cli run 76 --solution",
166+
"e-01": "tt-cli run 01",
167+
"s-01": "tt-cli run 01 --solution",
168+
"e-02": "tt-cli run 02",
169+
"s-02": "tt-cli run 02 --solution",
170+
"e-53": "tt-cli run 53",
171+
"s-53": "tt-cli run 53 --solution",
172+
"e-64.5": "tt-cli run 64.5",
173+
"s-64.5": "tt-cli run 64.5 --solution",
174+
"e-67.5": "tt-cli run 67.5",
175+
"s-67.5": "tt-cli run 67.5 --solution",
176+
"e-72": "tt-cli run 72",
177+
"s-72": "tt-cli run 72 --solution",
178+
"e-75": "tt-cli run 75",
179+
"s-75": "tt-cli run 75 --solution",
180+
"e-77": "tt-cli run 77",
181+
"s-77": "tt-cli run 77 --solution"
166182
},
167183
"dependencies": {
168184
"@tanstack/react-query": "^4.29.12",
@@ -176,4 +192,4 @@
176192
"react-select": "^5.7.3",
177193
"zod": "^3.21.4"
178194
}
179-
}
195+
}

0 commit comments

Comments
 (0)