From 76411f48c908742207dfde78bcce0799cbb583b8 Mon Sep 17 00:00:00 2001 From: Tammo Behrends Date: Tue, 14 Feb 2017 11:20:49 +0100 Subject: [PATCH] Deprecate binary and hexadecimal The exercises binary, trinary, octal and hexadecimal were replaced in favor of all-your-base, see https://github.com/exercism/x-common/issues/279 --- config.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/config.json b/config.json index ccb1c726ba..dbf362aadc 100644 --- a/config.json +++ b/config.json @@ -322,12 +322,6 @@ "topics": [ ] }, - { - "slug": "binary", - "difficulty": 1, - "topics": [ - ] - }, { "slug": "palindrome-products", "difficulty": 1, @@ -340,12 +334,6 @@ "topics": [ ] }, - { - "slug": "hexadecimal", - "difficulty": 1, - "topics": [ - ] - }, { "slug": "minesweeper", "difficulty": 1, @@ -440,7 +428,9 @@ "proverb", "raindrops", "strain", - "trinary" + "trinary", + "binary", + "hexadecimal" ], "ignored": [ "docs",