Skip to content

Commit adee93b

Browse files
authored
Added prerequisites and a practice for the "darts" exercise (#2547)
* Added prerequisites for the "darts" exercise * Added practice to the "darts" exercise * Reverted "practices" so it's empty
1 parent 432ca4e commit adee93b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,12 @@
22252225
"name": "Darts",
22262226
"uuid": "6c64649b-ea81-4118-9e74-a0a55018ffbc",
22272227
"practices": [],
2228-
"prerequisites": [],
2228+
"prerequisites": [
2229+
"arithmetic-operators",
2230+
"comparison",
2231+
"conditionals",
2232+
"numbers"
2233+
],
22292234
"difficulty": 3
22302235
},
22312236
{

0 commit comments

Comments
 (0)