Skip to content

Commit

Permalink
minesweeper: Add parameter to exercise placeholder. Closes exercism#599
Browse files Browse the repository at this point in the history
As discussed in exercism#509

Thanks!
  • Loading branch information
peterblazejewicz committed Oct 3, 2017
1 parent b0459ef commit 3283c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/minesweeper/minesweeper.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
def board():
def board(input_board_array):
# Function body starts here
pass

0 comments on commit 3283c30

Please sign in to comment.