elm/config.json

32 lines
479 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",
2016-03-11 11:14:24 +00:00
"leap",
2016-03-14 00:15:06 +00:00
"pangram",
"rna-transcription",
2016-03-12 02:09:38 +00:00
"hamming",
2016-03-12 11:34:35 +00:00
"word-count",
"bob",
"run-length-encoding",
2016-03-13 01:35:43 +00:00
"difference-of-squares",
"anagram"
2015-09-08 19:03:25 +00:00
],
"deprecated": [
],
"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": [
]
}