Skip to content

Commit 31b115a

Browse files
authored
Update Yacht's config.json to include the second required solution source file (#693)
* Update Yacht's config.json to include the second required solution source file * Put YachtCategory.kt file under a better file category in config
1 parent 57c9c84 commit 31b115a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/practice/yacht/.meta/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
],
1616
"example": [
1717
".meta/src/reference/kotlin/Yacht.kt"
18+
],
19+
"editor": [
20+
"src/main/kotlin/YachtCategory.kt"
1821
]
1922
},
2023
"blurb": "Score a single throw of dice in the game Yacht.",

0 commit comments

Comments
 (0)