We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96e546 commit 4653f07Copy full SHA for 4653f07
README.md
@@ -177,10 +177,10 @@ MOVES [
177
Initial position:
178
# blocks / location:
179
1 2 3 4 5
180
- 1 1 1 _ _ _
181
- 2 _ _ _ 1 _
+ 1 1 _ _ _ _
+ 2 1 _ _ _ _
182
3 _ _ _ _ _
183
- 4 _ _ _ _ _
+ 4 _ 1 _ _ _
184
5 _ _ _ _ _
185
Location contents:
186
(1,1):
@@ -194,9 +194,9 @@ Final position:
194
195
196
1 _ _ _ _ _
197
- 2 _ 2 _ 1 _
+ 2 _ 2 _ _ _
198
199
200
201
202
(2,2):
0 commit comments