From 4bb2d3425e1041a2c61ba98e7f98e8e8dc4a6412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nenad=20Misi=C4=87?= Date: Tue, 2 Jul 2024 12:55:12 +0200 Subject: [PATCH] Revert `roman-numerals` difficulty to `2` --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 2bbc0f3a..99182641 100644 --- a/config.json +++ b/config.json @@ -134,7 +134,7 @@ "mutability" ], "prerequisites": [], - "difficulty": 3 + "difficulty": 2 }, { "slug": "binary-search",