From 95afb9ce4e8d8eaff6848c0bcc5663cede1ed96e Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Sun, 2 Oct 2022 21:23:15 +0200 Subject: [PATCH] Increase difficulty of the word-count exercise --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 02da541c16..e65e8a5f3d 100644 --- a/config.json +++ b/config.json @@ -677,7 +677,7 @@ "uuid": "0073ff9a-cd6a-43cf-b8bf-4d5d8117b81b", "practices": [], "prerequisites": [], - "difficulty": 1, + "difficulty": 4, "topics": ["loops", "lists", "regular_expressions", "strings"] }, {