Skip to content

Commit e3a2fe1

Browse files
committed
Fixes emphasis in 2016 README
1 parent d8d6ef7 commit e3a2fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2016/17/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ To access the vault, all you need to do is reach the bottom-right room; reaching
2929

3030
For example, suppose the passcode is `hijkl`. Initially, you have taken no steps, and so your path is empty: you simply find the MD5 hash of `hijkl` alone. The first four characters of this hash are `ced9`, which indicate that up is open (`c`), down is open (`e`), left is open (`d`), and right is closed and locked (`9`). Because you start in the top-left corner, there are no "up" or "left" doors to be open, so your only choice is _down_.
3131

32-
Next, having gone only one step (down, or `D`), you find the hash of `hijkl_D_`. This produces `f2bc`, which indicates that you can go back up, left (but that's a wall), or right. Going right means hashing `hijkl_DR_` to get `5745` - all doors closed and locked. However, going _up_ instead is worthwhile: even though it returns you to the room you started in, your path would then be `DU`, opening a _different set of doors_.
32+
Next, having gone only one step (down, or `D`), you find the hash of <code>hijkl<em>D</em></code>. This produces `f2bc`, which indicates that you can go back up, left (but that's a wall), or right. Going right means hashing <code>hijkl<em>DR</em></code> to get `5745` - all doors closed and locked. However, going _up_ instead is worthwhile: even though it returns you to the room you started in, your path would then be `DU`, opening a _different set of doors_.
3333

34-
After going `DU` (and then hashing `hijkl_DU_` to get `528e`), only the right door is open; after going `DUR`, all doors lock. (Fortunately, your actual passcode is not `hijkl`).
34+
After going `DU` (and then hashing <code>hijkl<em>DU</em></code> to get `528e`), only the right door is open; after going `DUR`, all doors lock. (Fortunately, your actual passcode is not `hijkl`).
3535

3636
Passcodes actually used by Easter Bunny Vault Security do allow access to the vault if you know the right path. For example:
3737

0 commit comments

Comments
 (0)