Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ If the maze has a solution, print `SOLUTION` on the first line of the output fil
```
3 4 3

1100
0100
0110
1 1 0 0
0 1 0 0
0 1 1 0

0000
0000
0010
0 0 0 0
0 0 0 0
0 0 1 0

0000
0000
0011
0 0 0 0
0 0 0 0
0 0 1 1
```

**Solution**
Expand Down