Skip to content

Commit cf22766

Browse files
committed
Add missing invalidators
1 parent 489726c commit cf22766

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

exercises/practice/bottle-song/.meta/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
],
1313
"example": [
1414
".meta/Example.cs"
15+
],
16+
"invalidator": [
17+
"BottleSong.csproj"
1518
]
1619
},
1720
"blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.",

exercises/practice/killer-sudoku-helper/.meta/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"example": [
1313
".meta/Example.cs"
14+
],
15+
"invalidator": [
16+
"KillerSudokuHelper.csproj"
1417
]
1518
},
1619
"blurb": "Write a tool that makes it easier to solve Killer Sudokus",

exercises/practice/satellite/.meta/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"example": [
1313
".meta/Example.cs"
14+
],
15+
"invalidator": [
16+
"Satellite.csproj"
1417
]
1518
},
1619
"blurb": "Rebuild binary trees from pre-order and in-order traversals."

exercises/practice/state-of-tic-tac-toe/.meta/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"example": [
1313
".meta/Example.cs"
14+
],
15+
"invalidator": [
16+
"StateOfTicTacToe.csproj"
1417
]
1518
},
1619
"blurb": "Determine the game state of a match of Tic-Tac-Toe.",

0 commit comments

Comments
 (0)