elm/config.json
Benjamin Watts 6072ca7ff8 Accumulate
2016-03-16 19:56:15 -04:00

34 lines
542 B
JSON

{
"slug": "elm",
"language": "Elm",
"repository": "https://github.com/exercism/xelm",
"active": false,
"test_pattern": "TODO",
"problems": [
"hello-world",
"bob",
"leap",
"raindrops",
"pangram",
"triangle",
"anagram",
"difference-of-squares",
"word-count",
"hamming",
"rna-transcription",
"run-length-encoding"
],
"deprecated": [
"Leap",
"Accumulate"
],
"ignored": [
"bin",
"elm-stuff",
"node_modules",
"docs"
],
"foregone": [
]
}