Explorar el Código

Merge pull request #888 from mhdsmr2/issue#871

Add topics to problem 'nth-prime'
FridaTveit hace 9 años
padre
commit
29840549fd
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7
    1
      config.json

+ 7
- 1
config.json Ver fichero

@@ -295,7 +295,13 @@
295 295
       "core": false,
296 296
       "difficulty": 4,
297 297
       "slug": "nth-prime",
298
-      "topics": null,
298
+      "topics": [
299
+        "arrays",
300
+        "exception_handling",
301
+        "lists",
302
+        "loops",
303
+        "integers"
304
+       ],
299 305
       "unlocked_by": "triangle",
300 306
       "uuid": "2c69db99-648d-4bd7-8012-1fbdeff6ca0a"
301 307
     },