elm/config.json
2016-03-14 08:48:57 -04:00

30 lines
463 B
JSON

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