ソースを参照

Add topics to problem 'nth-prime'

Mohammad Sameer 9 年 前
コミット
8b7db1296a
共有1 個のファイルを変更した7 個の追加1 個の削除を含む
  1. 7
    1
      config.json

+ 7
- 1
config.json ファイルの表示

288
       "core": false,
288
       "core": false,
289
       "difficulty": 4,
289
       "difficulty": 4,
290
       "slug": "nth-prime",
290
       "slug": "nth-prime",
291
-      "topics": null,
291
+      "topics": [
292
+        "arrays",
293
+        "exception_handling",
294
+        "lists",
295
+        "loops",
296
+        "integers"
297
+       ],
292
       "unlocked_by": "triangle",
298
       "unlocked_by": "triangle",
293
       "uuid": "2c69db99-648d-4bd7-8012-1fbdeff6ca0a"
299
       "uuid": "2c69db99-648d-4bd7-8012-1fbdeff6ca0a"
294
     },
300
     },