-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.json
67 lines (67 loc) · 1.51 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
63
64
65
66
67
{
"language": "Coq",
"slug": "coq",
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"representer": false,
"analyzer": false
},
"blurb": "Coq is a proof assistant. Using Coq, you can write formal descriptions of mathematical definitions, algorithms and theorems. Coq also provides tactics to interactively develop machine-checked proofs.",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4,
"highlightjs_language": "coq"
},
"files": {
"solution": [
"%{kebab_slug}.v"
],
"test": [
"test.v"
],
"example": [
"example.v"
],
"exemplar": [
".meta/exemplar.v"
]
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
"name": "Hello World",
"uuid": "a001fd68-5913-4041-80ea-0558b269ba4f",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": []
},
{
"slug": "rna-transcription",
"name": "Rna Transcription",
"uuid": "10a7ad13-8564-4713-853b-5b13a829ac50",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": []
},
{
"slug": "tautology",
"name": "Tautology",
"uuid": "b647eb59-40ce-49c9-b0ce-775615ce0063",
"practices": [],
"prerequisites": [],
"difficulty": 1,
"topics": []
}
]
},
"concepts": [],
"key_features": [],
"tags": []
}