elm/config.json

35 lines
542 B
JSON
Raw Normal View History

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",
"bob",
2016-03-11 11:14:24 +00:00
"leap",
"raindrops",
2016-03-14 00:15:06 +00:00
"pangram",
"triangle",
2016-03-13 20:20:01 +00:00
"anagram",
"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",
"elm-stuff",
"node_modules",
2015-11-25 16:24:04 +00:00
"docs"
2015-09-08 19:03:25 +00:00
],
"foregone": [
]
}