From d415c7d7d7e27cac9e1b1a60ebb5355957ecc933 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 22 Oct 2021 11:11:42 +0200 Subject: [PATCH] Set difficulty to `1` for exercises which difficulty is currently `0`. See https://github.com/exercism/docs/pull/290 and https://github.com/exercism/configlet/pull/447. --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index f973b35a..1c3f84e7 100644 --- a/config.json +++ b/config.json @@ -41,7 +41,7 @@ "uuid": "2e74fa26-f946-4b79-87b9-27f60f03af8f", "practices": [], "prerequisites": [], - "difficulty": 0, + "difficulty": 1, "topics": null, "status": "deprecated" }, @@ -51,7 +51,7 @@ "uuid": "742bccfd-20f9-44f1-8935-e84384807088", "practices": [], "prerequisites": [], - "difficulty": 0, + "difficulty": 1, "topics": null, "status": "deprecated" }, @@ -61,7 +61,7 @@ "uuid": "a6f46028-7334-4504-877e-eda8ebdd9ea9", "practices": [], "prerequisites": [], - "difficulty": 0, + "difficulty": 1, "topics": null, "status": "deprecated" }, @@ -71,7 +71,7 @@ "uuid": "88643b77-3889-4395-81a0-c73526ce879a", "practices": [], "prerequisites": [], - "difficulty": 0, + "difficulty": 1, "topics": null, "status": "deprecated" },