Skip to content

Commit

Permalink
Deprecate binary and hexadecimal
Browse files Browse the repository at this point in the history
The exercises binary, trinary, octal and hexadecimal were replaced 
in favor of all-your-base, see exercism/problem-specifications#279
  • Loading branch information
behrtam authored Feb 14, 2017
1 parent adffe3a commit 76411f4
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,6 @@
"topics": [
]
},
{
"slug": "binary",
"difficulty": 1,
"topics": [
]
},
{
"slug": "palindrome-products",
"difficulty": 1,
Expand All @@ -340,12 +334,6 @@
"topics": [
]
},
{
"slug": "hexadecimal",
"difficulty": 1,
"topics": [
]
},
{
"slug": "minesweeper",
"difficulty": 1,
Expand Down Expand Up @@ -440,7 +428,9 @@
"proverb",
"raindrops",
"strain",
"trinary"
"trinary",
"binary",
"hexadecimal"
],
"ignored": [
"docs",
Expand Down

0 comments on commit 76411f4

Please sign in to comment.