Преглед изворни кода

Adding the list of topics for the phone-number problem

Arpit Mohan пре 9 година
родитељ
комит
42468c14ee
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6
    1
      config.json

+ 6
- 1
config.json Прегледај датотеку

256
       "core": false,
256
       "core": false,
257
       "difficulty": 5,
257
       "difficulty": 5,
258
       "slug": "phone-number",
258
       "slug": "phone-number",
259
-      "topics": null,
259
+      "topics": [
260
+        "conditionals",
261
+        "pattern_matching",
262
+        "strings",
263
+        "regular_expressions"
264
+      ],
260
       "unlocked_by": "hamming",
265
       "unlocked_by": "hamming",
261
       "uuid": "5f9139e7-9fbb-496a-a0d7-a946283033de"
266
       "uuid": "5f9139e7-9fbb-496a-a0d7-a946283033de"
262
     },
267
     },