Kaynağa Gözat

Merge pull request #882 from Nik-Mouz/master

Added topics to Matrix exercise. Fixes #852
FridaTveit 9 yıl önce
ebeveyn
işleme
75764826af
1 değiştirilmiş dosya ile 8 ekleme ve 1 silme
  1. 8
    1
      config.json

+ 8
- 1
config.json Dosyayı Görüntüle

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