Skip to content

Commit 3283c30

Browse files
minesweeper: Add parameter to exercise placeholder. Closes #599
As discussed in #509 Thanks!
1 parent b0459ef commit 3283c30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
def board():
1+
def board(input_board_array):
2+
# Function body starts here
23
pass

0 commit comments

Comments
 (0)