Update puzzle_text.md
This commit is contained in:
@@ -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?
|
||||||
Reference in New Issue
Block a user