Skip to content

Commit

Permalink
Added prerequisites and a practice for the "darts" exercise (#2547)
Browse files Browse the repository at this point in the history
* Added prerequisites for the "darts" exercise

* Added practice to the "darts" exercise

* Reverted "practices" so it's empty
  • Loading branch information
galabra authored Oct 17, 2024
1 parent 432ca4e commit adee93b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,12 @@
"name": "Darts",
"uuid": "6c64649b-ea81-4118-9e74-a0a55018ffbc",
"practices": [],
"prerequisites": [],
"prerequisites": [
"arithmetic-operators",
"comparison",
"conditionals",
"numbers"
],
"difficulty": 3
},
{
Expand Down

0 comments on commit adee93b

Please sign in to comment.