forked from exercism/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
44 lines (44 loc) · 1010 Bytes
/
config.json
File metadata and controls
44 lines (44 loc) · 1010 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
{
"introduction": {
"authors": [
"bobahop"
],
"contributors": [
"jagdish-15",
"kahgoh"
]
},
"approaches": [
{
"uuid": "6ca5c7c0-f8f1-49b2-b137-951fa39f89eb",
"slug": "method-based-if-statements",
"title": "method-based if statements",
"blurb": "Use if statements to return the answer with the help of methods.",
"authors": [
"jagdish-15"
],
"contributors": [
"BenjaminGale",
"kahgoh"
]
},
{
"uuid": "323eb230-7f27-4301-88ea-19c39d3eb5b6",
"slug": "variable-based-if-statements",
"title": "variable-based if statements",
"blurb": "Use if statements to return the answer.",
"authors": [
"bobahop"
]
},
{
"uuid": "11baf0c0-a596-4495-8c25-521c023c3103",
"slug": "answer-array",
"title": "Answer array",
"blurb": "Index into an array to return the answer.",
"authors": [
"bobahop"
]
}
]
}