Skip to content

Commit 77da66e

Browse files
Deprecate binary and octal exercises (#533)
These exercises have been replaced by all-your-base exercism/problem-specifications#279 resolves #532
1 parent beeafd0 commit 77da66e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@
342342
"control_flow_loops",
343343
"math",
344344
"strings"
345-
]
345+
],
346+
"status": "deprecated"
346347
},
347348
{
348349
"slug": "bob",
@@ -869,7 +870,8 @@
869870
"control_flow_loops",
870871
"math",
871872
"strings"
872-
]
873+
],
874+
"status": "deprecated"
873875
},
874876
{
875877
"slug": "prime-factors",

0 commit comments

Comments
 (0)