2015-09-08 19:03:25 +00:00
|
|
|
{
|
|
|
|
"slug": "elm",
|
|
|
|
"language": "Elm",
|
|
|
|
"repository": "https://github.com/exercism/xelm",
|
2016-03-18 10:06:11 +00:00
|
|
|
"active": true,
|
2016-08-23 00:45:55 +00:00
|
|
|
"exercises": [
|
|
|
|
{
|
|
|
|
"slug": "hello-world",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "bob",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "leap",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "raindrops",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "pangram",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "accumulate",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "triangle",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
2016-10-20 01:06:16 +00:00
|
|
|
{
|
|
|
|
"slug": "scrabble-score",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
2016-08-23 00:45:55 +00:00
|
|
|
{
|
|
|
|
"slug": "anagram",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "space-age",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "strain",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "difference-of-squares",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "word-count",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "sum-of-multiples",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "hamming",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "rna-transcription",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "run-length-encoding",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "sublist",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "nucleotide-count",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "series",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "phone-number",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "grade-school",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "allergies",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "robot-simulator",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "list-ops",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "atbash-cipher",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "say",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "largest-series-product",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "roman-numerals",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
2016-09-03 02:28:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "gigasecond",
|
|
|
|
"difficulty": 1,
|
|
|
|
"topics": []
|
2016-08-23 00:45:55 +00:00
|
|
|
}
|
|
|
|
],
|
2015-09-08 19:03:25 +00:00
|
|
|
"deprecated": [
|
2016-03-17 01:38:35 +00:00
|
|
|
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"ignored": [
|
2015-11-25 16:24:04 +00:00
|
|
|
"bin",
|
2016-02-23 03:29:13 +00:00
|
|
|
"elm-stuff",
|
|
|
|
"node_modules",
|
2015-11-25 16:24:04 +00:00
|
|
|
"docs"
|
2015-09-08 19:03:25 +00:00
|
|
|
],
|
|
|
|
"foregone": [
|
|
|
|
]
|
|
|
|
}
|