Selaa lähdekoodia

Add topics to Word Count exercise. Fixes #917

Nikolas Mouzourides 9 vuotta sitten
vanhempi
commit
1d02b75ab0
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7
    1
      config.json

+ 7
- 1
config.json Näytä tiedosto

@@ -382,7 +382,13 @@
382 382
       "core": true,
383 383
       "difficulty": 5,
384 384
       "slug": "word-count",
385
-      "topics": null,
385
+      "topics": [
386
+        "strings",
387
+        "maps",
388
+        "loops",
389
+        "conditionals",
390
+        "integers"
391
+      ],
386 392
       "unlocked_by": null,
387 393
       "uuid": "3603b770-87a5-4758-91f3-b4d1f9075bc1"
388 394
     },