Преглед изворни кода

Merge pull request #882 from Nik-Mouz/master

Added topics to Matrix exercise. Fixes #852
FridaTveit пре 9 година
родитељ
комит
75764826af
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8
    1
      config.json

+ 8
- 1
config.json Прегледај датотеку

@@ -199,7 +199,14 @@
199 199
       "core": true,
200 200
       "difficulty": 4,
201 201
       "slug": "matrix",
202
-      "topics": null,
202
+      "topics": [
203
+        "loops",
204
+        "arrays",
205
+        "pattern_matching",
206
+        "integers",
207
+        "strings",
208
+        "type_conversion"
209
+      ],
203 210
       "unlocked_by": null,
204 211
       "uuid": "c1d4e0b4-6a0f-4be9-8222-345966621f53"
205 212
     },