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 ec8e6bb commit 99c10a0Copy full SHA for 99c10a0
src/2024/2024-12-07/input.txt
@@ -1,9 +1,8 @@
1
-190: 10 19
2
-3267: 81 40 27
3
-83: 17 5
4
-156: 15 6
5
-7290: 6 8 6 15
6
-161011: 16 10 13
7
-192: 17 8 14
8
-21037: 9 7 18 13
9
-292: 11 6 16 20
+180: 10 18
+3124: 64 44 19
+76: 21 4
+194: 3 5
+1432: 1 1 1 3
+15: 5 5 2 3
+12345: 6 4 9 10
+100: 25 50 10 15
src/2024/2024-12-07/sample.test.ts
@@ -14,5 +14,5 @@ const input = (readAOCInputFile({
14
.split('\n')
15
16
test('1/2: Total calibration result', () => {
17
- expect(totalCalibrationResult(input)).toBe(3749)
+ expect(totalCalibrationResult(input)).toBe(295)
18
})
0 commit comments