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

Add topics to raindrops exercise

Kaioru 9 лет назад
Родитель
Сommit
f1da93d17e
1 измененных файлов: 7 добавлений и 1 удалений
  1. 7
    1
      config.json

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

91
       "core": false,
91
       "core": false,
92
       "difficulty": 3,
92
       "difficulty": 3,
93
       "slug": "raindrops",
93
       "slug": "raindrops",
94
-      "topics": null,
94
+      "topics": [
95
+        "strings",
96
+        "integers",
97
+        "loops",
98
+        "conditionals",
99
+        "mathematics"
100
+      ],
95
       "unlocked_by": "hello-world",
101
       "unlocked_by": "hello-world",
96
       "uuid": "d916e4f8-fda1-41c0-ab24-79e8fc3f1272"
102
       "uuid": "d916e4f8-fda1-41c0-ab24-79e8fc3f1272"
97
     },
103
     },