forked from exercism/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
62 lines (62 loc) · 1.04 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
{
"slug": "rust",
"language": "Rust",
"repository": "https://github.com/exercism/xrust",
"active": true,
"problems": [
"hello-world",
"gigasecond",
"leap",
"raindrops",
"bob",
"beer-song",
"difference-of-squares",
"hamming",
"scrabble-score",
"pangram",
"nucleotide-count",
"word-count",
"etl",
"sieve",
"rna-transcription",
"triangle",
"roman-numerals",
"all-your-base",
"grade-school",
"robot-simulator",
"bracket-push",
"queen-attack",
"sublist",
"space-age",
"allergies",
"variable-length-quantity",
"phone-number",
"wordy",
"tournament",
"custom-set",
"anagram",
"nucleotide-codons",
"robot-name",
"ocr-numbers",
"minesweeper",
"dominoes",
"parallel-letter-frequency",
"rectangles",
"forth",
"circular-buffer",
"react"
],
"deprecated": [
"hexadecimal"
],
"ignored": [
"_test",
"docs",
"img"
],
"foregone": [
"binary",
"octal",
"trinary"
]
}