Skip to content

Commit 5aaa7e3

Browse files
committed
yacht-exercise: Fixed file paths in the exercise config.
1 parent 1f0d3f5 commit 5aaa7e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
],
88
"files": {
99
"solution": [
10-
"./yacht.lisp"
10+
"yacht.lisp"
1111
],
1212
"test": [
13-
"./yacht-test.lisp"
13+
"yacht-test.lisp"
1414
],
1515
"example": [
16-
"./.meta/example.lisp"
16+
".meta/example.lisp"
1717
]
1818
},
1919
"blurb": "Score a single throw of dice in the game Yacht.",

0 commit comments

Comments
 (0)