Browse Source

Adding the list of topics for the phone-number problem

Arpit Mohan 9 years ago
parent
commit
42468c14ee
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      config.json

+ 6
- 1
config.json View File

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