瀏覽代碼

Added topics to Matrix exercise. Fixes #852

Nikolas Mouzourides 9 年之前
父節點
當前提交
b25389d11d
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. 6
    1
      config.json

+ 6
- 1
config.json 查看文件

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
+	],
203
       "unlocked_by": null,
208
       "unlocked_by": null,
204
       "uuid": "c1d4e0b4-6a0f-4be9-8222-345966621f53"
209
       "uuid": "c1d4e0b4-6a0f-4be9-8222-345966621f53"
205
     },
210
     },