mirror of
https://github.com/correl/elm.git
synced 2024-12-18 19:21:37 +00:00
Merge pull request #119 from ErikSchierboom/remove-obsolete-problems-key
Remove obsolete problems key.
This commit is contained in:
commit
da8ef19435
1 changed files with 0 additions and 31 deletions
31
config.json
31
config.json
|
@ -3,37 +3,6 @@
|
|||
"language": "Elm",
|
||||
"repository": "https://github.com/exercism/xelm",
|
||||
"active": true,
|
||||
"problems": [
|
||||
"hello-world",
|
||||
"bob",
|
||||
"leap",
|
||||
"raindrops",
|
||||
"pangram",
|
||||
"accumulate",
|
||||
"triangle",
|
||||
"anagram",
|
||||
"space-age",
|
||||
"strain",
|
||||
"difference-of-squares",
|
||||
"word-count",
|
||||
"sum-of-multiples",
|
||||
"hamming",
|
||||
"rna-transcription",
|
||||
"run-length-encoding",
|
||||
"sublist",
|
||||
"nucleotide-count",
|
||||
"series",
|
||||
"phone-number",
|
||||
"grade-school",
|
||||
"allergies",
|
||||
"robot-simulator",
|
||||
"list-ops",
|
||||
"atbash-cipher",
|
||||
"say",
|
||||
"largest-series-product",
|
||||
"roman-numerals",
|
||||
"gigasecond"
|
||||
],
|
||||
"exercises": [
|
||||
{
|
||||
"slug": "hello-world",
|
||||
|
|
Loading…
Reference in a new issue