From 1c3b0e84c01e2aee6b806deaaf51eacf781d9e07 Mon Sep 17 00:00:00 2001 From: keiravillekode Date: Wed, 5 Jun 2024 18:27:27 +1000 Subject: [PATCH] Deprecate exercises (#262) - binary - trinary - octal - hexadecimal --- config.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index dfe7e9e..82fe6e9 100644 --- a/config.json +++ b/config.json @@ -55,7 +55,8 @@ "difficulty": 1, "topics": [ "math" - ] + ], + "status": "deprecated" }, { "slug": "leap", @@ -270,7 +271,8 @@ "difficulty": 1, "topics": [ "math" - ] + ], + "status": "deprecated" }, { "slug": "octal", @@ -281,7 +283,8 @@ "difficulty": 1, "topics": [ "math" - ] + ], + "status": "deprecated" }, { "slug": "bob", @@ -327,7 +330,8 @@ "difficulty": 1, "topics": [ "math" - ] + ], + "status": "deprecated" }, { "slug": "two-fer",