We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656c2e9 commit 296d7baCopy full SHA for 296d7ba
package.json
@@ -39,7 +39,21 @@
39
"e-26": "npm run exercise -- 26",
40
"s-26": "npm run solution -- 26",
41
"e-28": "npm run exercise -- 28",
42
- "s-28": "npm run solution -- 28"
+ "s-28": "npm run solution -- 28",
43
+ "e-12": "npm run exercise -- 12",
44
+ "s-12": "npm run solution -- 12",
45
+ "e-14": "npm run exercise -- 14",
46
+ "s-14": "npm run solution -- 14",
47
+ "e-32": "npm run exercise -- 32",
48
+ "s-32": "npm run solution -- 32",
49
+ "e-33": "npm run exercise -- 33",
50
+ "s-33": "npm run solution -- 33",
51
+ "e-34": "npm run exercise -- 34",
52
+ "s-34": "npm run solution -- 34",
53
+ "e-35": "npm run exercise -- 35",
54
+ "s-35": "npm run solution -- 35",
55
+ "e-39": "npm run exercise -- 39",
56
+ "s-39": "npm run solution -- 39"
57
},
58
"dependencies": {
59
"@types/express": "^4.17.13",
@@ -50,4 +64,4 @@
64
"react-dom": "^18.2.0",
65
"zod": "^3.17.10"
66
}
-}
67
+}
0 commit comments