From 0275b16b90a28ebfb9a50ecda4db27d9d34473d1 Mon Sep 17 00:00:00 2001 From: shayan javani <25373436+massivefermion@users.noreply.github.com> Date: Sun, 15 Oct 2023 06:14:45 +0330 Subject: [PATCH] added practices and prerequisites --- config.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 3367107d4..9f1451374 100644 --- a/config.json +++ b/config.json @@ -1840,8 +1840,17 @@ "name": "Book Store", "uuid": "f45f7c07-465a-4fec-b7ed-263d770d580c", "practices": [ + "ints", + "lists", + "recursion", + "case-expressions" + ], + "prerequisites": [ + "ints", + "lists", + "recursion", + "case-expressions" ], - "prerequisites": [], "difficulty": 5 } ]