From adee93b8b35c937687e4793d3bfd7f1613a8294c Mon Sep 17 00:00:00 2001 From: Gal Abra Date: Thu, 17 Oct 2024 17:46:15 +0300 Subject: [PATCH] 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 --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index e2a25ba98a..1301a5d9d5 100644 --- a/config.json +++ b/config.json @@ -2225,7 +2225,12 @@ "name": "Darts", "uuid": "6c64649b-ea81-4118-9e74-a0a55018ffbc", "practices": [], - "prerequisites": [], + "prerequisites": [ + "arithmetic-operators", + "comparison", + "conditionals", + "numbers" + ], "difficulty": 3 }, {