forked from exercism/abap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 945 Bytes
/
config.json
File metadata and controls
43 lines (43 loc) · 945 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
{
"language": "ABAP",
"slug": "abap",
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"representer": false,
"analyzer": false
},
"blurb": "ABAP is a high level programming language created by SAP",
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 2,
"highlightjs_language": "abap"
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "hello-world",
"name": "Hello, World!",
"uuid": "837b21ed-7f1c-45d0-ad9d-c0c8e081b707",
"practices": [],
"prerequisites": [],
"difficulty": 1
}
]
},
"concepts": [],
"key_features": [],
"tags": [
"paradigm/object_oriented",
"paradigm/procedural",
"typing/static",
"typing/strong",
"execution_mode/compiled",
"runtime/language_specific",
"used_for/backends",
"used_for/financial_systems"
]
}