Skip to content

Commit de76cf4

Browse files
queen-attack: Add parameters to exercise placeholder per exercism#616
queen-attack: Add parameters to exercise placeholder
2 parents 52a40d5 + bd4f680 commit de76cf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
def board():
1+
def board(white_position, black_position):
22
pass
33

44

5-
def can_attack():
5+
def can_attack(white_position, black_position):
66
pass

0 commit comments

Comments
 (0)