Просмотр исходного кода

Run configlet fmt on track config

Stuart Kent 9 лет назад
Родитель
Сommit
f38d56841d
1 измененных файлов: 26 добавлений и 26 удалений
  1. 26
    26
      config.json

+ 26
- 26
config.json Просмотреть файл

17
       "difficulty": 1,
17
       "difficulty": 1,
18
       "slug": "two-fer",
18
       "slug": "two-fer",
19
       "topics": [
19
       "topics": [
20
-        "strings",
21
-        "conditionals"
20
+        "conditionals",
21
+        "strings"
22
       ],
22
       ],
23
       "unlocked_by": null,
23
       "unlocked_by": null,
24
       "uuid": "74515d45-565b-4be2-96c4-77e58efa9257"
24
       "uuid": "74515d45-565b-4be2-96c4-77e58efa9257"
44
       "difficulty": 3,
44
       "difficulty": 3,
45
       "slug": "hamming",
45
       "slug": "hamming",
46
       "topics": [
46
       "topics": [
47
-        "strings",
47
+        "integers",
48
         "loops",
48
         "loops",
49
-        "integers"
49
+        "strings"
50
       ],
50
       ],
51
       "unlocked_by": null,
51
       "unlocked_by": null,
52
       "uuid": "ce899ca6-9cc7-47ba-b76f-1bbcf2630b76"
52
       "uuid": "ce899ca6-9cc7-47ba-b76f-1bbcf2630b76"
57
       "slug": "gigasecond",
57
       "slug": "gigasecond",
58
       "topics": [
58
       "topics": [
59
         "dates",
59
         "dates",
60
-        "time",
61
-        "integers"
60
+        "integers",
61
+        "time"
62
       ],
62
       ],
63
       "unlocked_by": null,
63
       "unlocked_by": null,
64
       "uuid": "bf1641c8-dc0d-4d38-9cfe-b4c132ea3553"
64
       "uuid": "bf1641c8-dc0d-4d38-9cfe-b4c132ea3553"
92
       "difficulty": 3,
92
       "difficulty": 3,
93
       "slug": "raindrops",
93
       "slug": "raindrops",
94
       "topics": [
94
       "topics": [
95
-        "strings",
96
-        "integers",
97
         "conditionals",
95
         "conditionals",
98
-        "mathematics"
96
+        "integers",
97
+        "mathematics",
98
+        "strings"
99
       ],
99
       ],
100
       "unlocked_by": "hello-world",
100
       "unlocked_by": "hello-world",
101
       "uuid": "d916e4f8-fda1-41c0-ab24-79e8fc3f1272"
101
       "uuid": "d916e4f8-fda1-41c0-ab24-79e8fc3f1272"
235
       "topics": [
235
       "topics": [
236
         "conditionals",
236
         "conditionals",
237
         "loops",
237
         "loops",
238
-        "strings",
239
-        "parsing"
238
+        "parsing",
239
+        "strings"
240
       ],
240
       ],
241
       "unlocked_by": "hello-world",
241
       "unlocked_by": "hello-world",
242
       "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
242
       "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
254
       "difficulty": 5,
254
       "difficulty": 5,
255
       "slug": "pig-latin",
255
       "slug": "pig-latin",
256
       "topics": [
256
       "topics": [
257
-      	"arrays",
258
-      	"lists",
259
-      	"strings",
260
-      	"transforming"
257
+        "arrays",
258
+        "lists",
259
+        "strings",
260
+        "transforming"
261
       ],
261
       ],
262
       "unlocked_by": "hello-world",
262
       "unlocked_by": "hello-world",
263
       "uuid": "38bc80ae-d842-4c04-a797-48edf322504d"
263
       "uuid": "38bc80ae-d842-4c04-a797-48edf322504d"
322
       "core": false,
322
       "core": false,
323
       "difficulty": 5,
323
       "difficulty": 5,
324
       "slug": "bob",
324
       "slug": "bob",
325
-      "topics":  [
326
-        "strings",
325
+      "topics": [
327
         "booleans",
326
         "booleans",
328
-        "conditionals"
327
+        "conditionals",
328
+        "strings"
329
       ],
329
       ],
330
       "unlocked_by": "two-fer",
330
       "unlocked_by": "two-fer",
331
       "uuid": "34cd328c-cd96-492b-abd4-2b8716cdcd9a"
331
       "uuid": "34cd328c-cd96-492b-abd4-2b8716cdcd9a"
503
       "difficulty": 7,
503
       "difficulty": 7,
504
       "slug": "anagram",
504
       "slug": "anagram",
505
       "topics": [
505
       "topics": [
506
-      	"arrays",
507
-      	"conditionals",
508
-      	"equality",
509
-      	"lists",
510
-      	"loops",
511
-      	"strings"
506
+        "arrays",
507
+        "conditionals",
508
+        "equality",
509
+        "lists",
510
+        "loops",
511
+        "strings"
512
       ],
512
       ],
513
       "unlocked_by": "hello-world",
513
       "unlocked_by": "hello-world",
514
       "uuid": "fb10dc2f-0ba1-44b6-8365-5e48e86d1283"
514
       "uuid": "fb10dc2f-0ba1-44b6-8365-5e48e86d1283"
595
       "slug": "circular-buffer",
595
       "slug": "circular-buffer",
596
       "topics": [
596
       "topics": [
597
         "classes",
597
         "classes",
598
-        "exception-handling",
598
+        "exception_handling",
599
         "queues"
599
         "queues"
600
       ],
600
       ],
601
       "unlocked_by": "linked-list",
601
       "unlocked_by": "linked-list",
719
   ],
719
   ],
720
   "language": "Java",
720
   "language": "Java",
721
   "solution_pattern": "reference"
721
   "solution_pattern": "reference"
722
-}
722
+}