2015-09-08 19:03:25 +00:00
|
|
|
{
|
|
|
|
"slug": "elm",
|
|
|
|
"language": "Elm",
|
|
|
|
"repository": "https://github.com/exercism/xelm",
|
|
|
|
"active": false,
|
|
|
|
"test_pattern": "TODO",
|
|
|
|
"problems": [
|
2016-03-13 18:52:08 +00:00
|
|
|
"hello-world",
|
2016-03-16 01:45:10 +00:00
|
|
|
"bob",
|
2016-03-11 11:14:24 +00:00
|
|
|
"leap",
|
2016-03-16 01:45:10 +00:00
|
|
|
"raindrops",
|
2016-03-14 00:15:06 +00:00
|
|
|
"pangram",
|
2016-03-16 01:45:10 +00:00
|
|
|
"triangle",
|
2016-03-13 20:20:01 +00:00
|
|
|
"anagram",
|
2016-03-16 01:45:10 +00:00
|
|
|
"difference-of-squares",
|
|
|
|
"word-count",
|
|
|
|
"hamming",
|
|
|
|
"rna-transcription",
|
|
|
|
"run-length-encoding"
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"deprecated": [
|
2015-09-12 20:38:29 +00:00
|
|
|
"Leap",
|
|
|
|
"Accumulate"
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"ignored": [
|
2015-11-25 16:24:04 +00:00
|
|
|
"bin",
|
2016-02-23 03:29:13 +00:00
|
|
|
"elm-stuff",
|
|
|
|
"node_modules",
|
2015-11-25 16:24:04 +00:00
|
|
|
"docs"
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"foregone": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|