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

Merge pull request #929 from Nik-Mouz/topics-patch

Add topics to Word Count exercise. Fixes #917
FridaTveit 9 лет назад
Родитель
Сommit
4f6470551e
1 измененных файлов: 7 добавлений и 1 удалений
  1. 7
    1
      config.json

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

@@ -418,7 +418,13 @@
418 418
       "core": true,
419 419
       "difficulty": 5,
420 420
       "slug": "word-count",
421
-      "topics": null,
421
+      "topics": [
422
+        "strings",
423
+        "maps",
424
+        "loops",
425
+        "conditionals",
426
+        "integers"
427
+      ],
422 428
       "unlocked_by": null,
423 429
       "uuid": "3603b770-87a5-4758-91f3-b4d1f9075bc1"
424 430
     },