forked from exercism/erlang
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
47 lines (45 loc) · 782 Bytes
/
config.json
File metadata and controls
47 lines (45 loc) · 782 Bytes
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
{
"slug": "erlang",
"language": "Erlang",
"repository": "https://github.com/exercism/xerlang",
"active": true,
"problems": [
"leap",
"rna-transcription",
"accumulate",
"bob",
"sum-of-multiples",
"strain",
"point-mutations",
"space-age",
"anagram",
"nucleotide-count",
"phone-number",
"grade-school",
"word-count",
"etl",
"beer-song",
"allergies",
"luhn",
"trinary",
"atbash-cipher",
"bank-account",
"binary",
"circular-buffer",
"clock",
"difference-of-squares",
"grains",
"hamming",
"largest-series-product",
"parallel-letter-frequency",
"robot-simulator",
"series"
],
"deprecated": [
],
"ignored": [
"_test"
],
"foregone": [
]
}