2015-09-08 13:03:25 -06:00
|
|
|
{
|
|
|
|
"slug": "elm",
|
|
|
|
"language": "Elm",
|
|
|
|
"repository": "https://github.com/exercism/xelm",
|
2016-03-18 06:06:11 -04:00
|
|
|
"active": true,
|
2015-09-08 13:03:25 -06:00
|
|
|
"problems": [
|
2016-03-16 21:38:35 -04:00
|
|
|
"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",
|
2016-03-27 07:29:28 -04:00
|
|
|
"series",
|
2016-03-16 21:38:35 -04:00
|
|
|
"phone-number",
|
2016-03-26 21:08:15 -04:00
|
|
|
"grade-school",
|
2016-03-28 06:23:01 -04:00
|
|
|
"allergies",
|
2016-04-18 05:17:26 -07:00
|
|
|
"robot-simulator",
|
2016-04-28 21:03:30 -04:00
|
|
|
"list-ops",
|
2016-05-01 20:38:11 -04:00
|
|
|
"atbash-cipher",
|
2016-06-18 21:08:55 -04:00
|
|
|
"say",
|
|
|
|
"largest-series-product"
|
2015-09-08 13:03:25 -06:00
|
|
|
],
|
|
|
|
"deprecated": [
|
2016-03-16 21:38:35 -04:00
|
|
|
|
2015-09-08 13:03:25 -06:00
|
|
|
],
|
|
|
|
"ignored": [
|
2015-11-25 09:24:04 -07:00
|
|
|
"bin",
|
2016-02-22 20:29:13 -07:00
|
|
|
"elm-stuff",
|
|
|
|
"node_modules",
|
2015-11-25 09:24:04 -07:00
|
|
|
"docs"
|
2015-09-08 13:03:25 -06:00
|
|
|
],
|
|
|
|
"foregone": [
|
|
|
|
]
|
|
|
|
}
|