From e77e15910cc98499ceca89f0c5934e8513e3deba Mon Sep 17 00:00:00 2001 From: keiravillekode Date: Fri, 28 Feb 2025 22:31:19 +1100 Subject: [PATCH] Deprecate accumulate, beer-song, binary exercises (#228) The exercises have replaced by list-ops, bottle-song, all-your-base https://github.com/exercism/problem-specifications/issues/129 https://github.com/exercism/problem-specifications/issues/2066 https://github.com/exercism/problem-specifications/issues/279 resolves #227 --- config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index a1256af..9fcf35c 100644 --- a/config.json +++ b/config.json @@ -88,7 +88,8 @@ "uuid": "7a8cd1a3-6e95-43f6-a98c-53e837557bbb", "practices": [], "prerequisites": [], - "difficulty": 2 + "difficulty": 2, + "status": "deprecated" }, { "slug": "acronym", @@ -334,7 +335,8 @@ "uuid": "4d7c3f7e-16f8-439f-ad01-e89446267d2d", "practices": [], "prerequisites": [], - "difficulty": 3 + "difficulty": 3, + "status": "deprecated" }, { "slug": "binary", @@ -342,7 +344,8 @@ "uuid": "51ca10a3-0b01-440c-adec-a604366b12c5", "practices": [], "prerequisites": [], - "difficulty": 3 + "difficulty": 3, + "status": "deprecated" }, { "slug": "bob",