-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exercises(spiral-matrix): sync docs (#590)
Reflect the upstream change [1]. [1] exercism/problem-specifications@fa20070f80d1
- Loading branch information
1 parent
8aa0920
commit e6ad2b9
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Introduction | ||
|
||
In a small village near an ancient forest, there was a legend of a hidden treasure buried deep within the woods. | ||
Despite numerous attempts, no one had ever succeeded in finding it. | ||
This was about to change, however, thanks to a young explorer named Elara. | ||
She had discovered an old document containing instructions on how to locate the treasure. | ||
Using these instructions, Elara was able to draw a map that revealed the path to the treasure. | ||
|
||
To her surprise, the path followed a peculiar clockwise spiral. | ||
It was no wonder no one had been able to find the treasure before! | ||
With the map in hand, Elara embarks on her journey to uncover the hidden treasure. |