diff options
Diffstat (limited to 'src/2016/day1/README.md')
-rw-r--r-- | src/2016/day1/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/2016/day1/README.md b/src/2016/day1/README.md index 64299f9..acdb696 100644 --- a/src/2016/day1/README.md +++ b/src/2016/day1/README.md @@ -18,4 +18,9 @@ For example: How many blocks away is Easter Bunny HQ? +--- Part Two --- +Then, you notice the instructions continue on the back of the Recruiting Document. Easter Bunny HQ is actually at the first location you visit twice. +For example, if your instructions are R8, R4, R4, R8, the first location you visit twice is 4 blocks away, due East. + +How many blocks away is the first location you visit twice? |