From 103d27fad57dee35c957e6f986baa21c9e2a1c06 Mon Sep 17 00:00:00 2001 From: GalAbra Date: Sun, 13 Oct 2024 17:42:54 +0300 Subject: [PATCH] Added prerequisites for the "darts" exercise --- 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 }, {