Update puzzle_text.md

This commit is contained in:
Jake-Pullen
2023-12-01 06:04:01 +00:00
committed by GitHub
parent 4e8963c58d
commit bcffdf7429
+2 -1
View File
@@ -14,11 +14,12 @@ As they're making the final adjustments, they discover that their calibration do
The newly-improved calibration document consists of lines of text; each line originally contained a specific calibration value that the Elves now need to recover. On each line, the calibration value can be found by combining the first digit and the last digit (in that order) to form a single two-digit number. The newly-improved calibration document consists of lines of text; each line originally contained a specific calibration value that the Elves now need to recover. On each line, the calibration value can be found by combining the first digit and the last digit (in that order) to form a single two-digit number.
For example: For example:
```
1abc2 1abc2
pqr3stu8vwx pqr3stu8vwx
a1b2c3d4e5f a1b2c3d4e5f
treb7uchet treb7uchet
```
In this example, the calibration values of these four lines are 12, 38, 15, and 77. Adding these together produces 142. In this example, the calibration values of these four lines are 12, 38, 15, and 77. Adding these together produces 142.
Consider your entire calibration document. What is the sum of all of the calibration values? Consider your entire calibration document. What is the sum of all of the calibration values?