forked from exercism/erlang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
51 lines (50 loc) · 851 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"slug": "lfe",
"language": "Lisp Flavoured Erlang (LFE)",
"repository": "https://github.com/exercism/xlfe",
"active": true,
"problems": [
"leap",
"rna-transcription",
"bob",
"sum-of-multiples",
"strain",
"hamming",
"space-age",
"grains",
"anagram",
"nucleotide-count",
"atbash-cipher",
"phone-number",
"robot-simulator",
"grade-school",
"binary",
"word-count",
"circular-buffer",
"etl",
"clock",
"gigasecond",
"beer-song",
"difference-of-squares",
"allergies",
"bank-account",
"luhn",
"series",
"trinary",
"largest-series-product",
"meetup",
"parallel-letter-frequency"
],
"deprecated": [
"accumulate"
],
"ignored": [
"_build",
"_test",
"bin",
"deps",
"docs"
],
"foregone": [
]
}