소스 검색

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