浏览代码

Merge pull request #865 from m-a-ge/issue#850

wordy: add topics for exercise to config.json per #850
FridaTveit 9 年前
父节点
当前提交
220c5100a1
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10
    1
      config.json

+ 10
- 1
config.json 查看文件

@@ -613,7 +613,16 @@
613 613
       "core": false,
614 614
       "difficulty": 6,
615 615
       "slug": "wordy",
616
-      "topics": null,
616
+      "topics": [
617
+        "strings",
618
+        "integers",
619
+        "logic",
620
+        "parsing",
621
+        "pattern_matching",
622
+        "regular_expressions",
623
+        "transforming",
624
+        "exception_handling"
625
+      ],
617 626
       "unlocked_by": "secret-handshake",
618 627
       "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a"
619 628
     },