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

Merge pull request #797 from Kaioru/raindrops-topic

Add topics to raindrops exercise
FridaTveit 9 лет назад
Родитель
Сommit
4c5eef0af7
1 измененных файлов: 6 добавлений и 1 удалений
  1. 6
    1
      config.json

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

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