Skip to content

Commit

Permalink
solution requires two files
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Nov 9, 2023
1 parent 29a613f commit 736ccf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/practice/queen-attack/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
],
"files": {
"solution": [
"src/main/groovy/Queen.groovy",
"src/main/groovy/QueenAttack.groovy"
],
"test": [
"src/test/groovy/QueenAttackSpec.groovy"
],
"example": [
".meta/src/reference/groovy/Queen.groovy",
".meta/src/reference/groovy/QueenAttack.groovy"
]
},
Expand Down

0 comments on commit 736ccf7

Please sign in to comment.