浏览代码

Merge pull request #858 from delbertlegg/856_transpose_topics

Add topics to transpose exercise
FridaTveit 9 年前
父节点
当前提交
80b925b34d
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8
    1
      config.json

+ 8
- 1
config.json 查看文件

473
       "core": false,
473
       "core": false,
474
       "difficulty": 6,
474
       "difficulty": 6,
475
       "slug": "transpose",
475
       "slug": "transpose",
476
-      "topics": null,
476
+      "topics": [
477
+        "loops",
478
+        "arrays",
479
+        "lists",
480
+        "matrices",
481
+        "strings",
482
+        "text_formatting"
483
+      ],
477
       "unlocked_by": "matrix",
484
       "unlocked_by": "matrix",
478
       "uuid": "57b76837-4610-466f-9373-d5c2697625f1"
485
       "uuid": "57b76837-4610-466f-9373-d5c2697625f1"
479
     },
486
     },