瀏覽代碼

scrabble-score: add topics

Hugo Manrique 9 年之前
父節點
當前提交
b61e015190
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      config.json

+ 6
- 1
config.json 查看文件

83
       "core": true,
83
       "core": true,
84
       "difficulty": 3,
84
       "difficulty": 3,
85
       "slug": "scrabble-score",
85
       "slug": "scrabble-score",
86
-      "topics": null,
86
+      "topics": [
87
+        "loops",
88
+        "pattern_matching",
89
+        "strings",
90
+        "transforming"
91
+      ],
87
       "unlocked_by": null,
92
       "unlocked_by": null,
88
       "uuid": "afae9f2d-8baf-4bd7-8d7c-d486337f7c97"
93
       "uuid": "afae9f2d-8baf-4bd7-8d7c-d486337f7c97"
89
     },
94
     },