Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Error: kyu_8/closest_elevator/README.md:21 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md040.md
  • Loading branch information
ikostan committed Dec 24, 2024
1 parent 86d4a41 commit 47bab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_8/closest_elevator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can assume that the inputs will always be valid integers between 0-2.

## Examples

```
```bash
left right call result
0 1 0 "left"
0 1 1 "right"
Expand Down

0 comments on commit 47bab94

Please sign in to comment.