Browse Source

style(minesweeper): move instructions title before the instructions

CON-2176-Tests-create-test-for-freeze-exercise
Michele Sessa 7 months ago committed by Michele
parent
commit
a1146d5755
  1. 4
      subjects/minesweeper/README.md

4
subjects/minesweeper/README.md

@ -1,13 +1,13 @@
## minesweeper
### Instructions
Create a function that takes a minesweeper board as an array of strings and return the board solved.
Minesweeper is a very old game where some mines are placed in a board and you should calculate how many mines are touching every free field and write the count in the respective place.
> We will only test your function with empty and valid boards.
### Instructions
### Expected Function
```rust

Loading…
Cancel
Save