mirror of
https://github.com/correl/elm.git
synced 2024-11-15 19:19:31 +00:00
40 lines
641 B
JSON
40 lines
641 B
JSON
{
|
|
"slug": "elm",
|
|
"language": "Elm",
|
|
"repository": "https://github.com/exercism/xelm",
|
|
"active": false,
|
|
"problems": [
|
|
"hello-world",
|
|
"bob",
|
|
"leap",
|
|
"raindrops",
|
|
"pangram",
|
|
"accumulate",
|
|
"triangle",
|
|
"anagram",
|
|
"space-age",
|
|
"strain",
|
|
"difference-of-squares",
|
|
"word-count",
|
|
"sum-of-multiples",
|
|
"hamming",
|
|
"rna-transcription",
|
|
"run-length-encoding",
|
|
"sublist",
|
|
"nucleotide-count",
|
|
"series",
|
|
"phone-number",
|
|
"grade-school"
|
|
],
|
|
"deprecated": [
|
|
|
|
],
|
|
"ignored": [
|
|
"bin",
|
|
"elm-stuff",
|
|
"node_modules",
|
|
"docs"
|
|
],
|
|
"foregone": [
|
|
]
|
|
}
|