Browse Source

Add topics to sieve

puri 9 years ago
parent
commit
d3b676e3f7
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      config.json

+ 6
- 1
config.json View File

229
       "core": false,
229
       "core": false,
230
       "difficulty": 4,
230
       "difficulty": 4,
231
       "slug": "sieve",
231
       "slug": "sieve",
232
-      "topics": null,
232
+      "topics": [
233
+        "loops",
234
+        "arrays",
235
+        "integers",
236
+        "mathematics",
237
+      ],
233
       "unlocked_by": "difference-of-squares",
238
       "unlocked_by": "difference-of-squares",
234
       "uuid": "6791d01f-bae4-4b63-ae76-86529ac49e36"
239
       "uuid": "6791d01f-bae4-4b63-ae76-86529ac49e36"
235
     },
240
     },