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

Merge pull request #812 from mohanarpit/phone-number-topics

Adding the list of topics for the phone-number problem
FridaTveit пре 9 година
родитељ
комит
2ebfb7facf
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6
    1
      config.json

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

275
       "core": false,
275
       "core": false,
276
       "difficulty": 5,
276
       "difficulty": 5,
277
       "slug": "phone-number",
277
       "slug": "phone-number",
278
-      "topics": null,
278
+      "topics": [
279
+        "conditionals",
280
+        "pattern_matching",
281
+        "strings",
282
+        "regular_expressions"
283
+      ],
279
       "unlocked_by": "hamming",
284
       "unlocked_by": "hamming",
280
       "uuid": "5f9139e7-9fbb-496a-a0d7-a946283033de"
285
       "uuid": "5f9139e7-9fbb-496a-a0d7-a946283033de"
281
     },
286
     },