Ver código fonte

Merge pull request #798 from RollandMichael7/patch-1

Add Isogram topics
FridaTveit 9 anos atrás
pai
commit
b01f1de0ab
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6
    1
      config.json

+ 6
- 1
config.json Ver arquivo

227
       "core": false,
227
       "core": false,
228
       "difficulty": 4,
228
       "difficulty": 4,
229
       "slug": "isogram",
229
       "slug": "isogram",
230
-      "topics": null,
230
+      "topics": [
231
+        "conditionals",
232
+        "loops",
233
+        "strings",
234
+        "parsing"
235
+      ],
231
       "unlocked_by": "hello-world",
236
       "unlocked_by": "hello-world",
232
       "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
237
       "uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
233
     },
238
     },