Skip to content

Commit

Permalink
Merge pull request exercism#830 from coriolinus/forego-deprecated
Browse files Browse the repository at this point in the history
Forego formerly deprecated exercises
  • Loading branch information
coriolinus authored May 9, 2019
2 parents 35a1c75 + 78f94b0 commit 9fba2ff
Showing 1 changed file with 4 additions and 31 deletions.
35 changes: 4 additions & 31 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
"blurb": "Rust is a compiled programming language designed for speed, concurrency, and memory safety. Rust programs can run almost anywhere, from low-power embedded devices to web servers.",
"foregone": [
"binary",
"hexadecimal",
"nucleotide-codons",
"octal",
"trinary"
"trinary",
"two-fer"
],
"exercises": [
{
Expand Down Expand Up @@ -1066,36 +1069,6 @@
"topics": [
"parser_reimplementation"
]
},
{
"slug": "two-fer",
"uuid": "c6631a2c-4632-11e8-842f-0ed5f89f718b",
"core": false,
"unlocked_by": null,
"difficulty": 1,
"topics": [
"match",
"strings"
],
"deprecated": true
},
{
"slug": "nucleotide-codons",
"uuid": "8dae8f4d-368d-477d-907e-bf746921bfbf",
"core": false,
"unlocked_by": null,
"difficulty": 0,
"topics": null,
"deprecated": true
},
{
"slug": "hexadecimal",
"uuid": "496fd79f-1678-4aa2-8110-c32c6aaf545e",
"core": false,
"unlocked_by": null,
"difficulty": 0,
"topics": null,
"deprecated": true
}
]
}

0 comments on commit 9fba2ff

Please sign in to comment.