Przeglądaj źródła

added topics for difference-of-squares

Deepak 9 lat temu
rodzic
commit
ad9316402a
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5
    1
      config.json

+ 5
- 1
config.json Wyświetl plik

117
       "core": true,
117
       "core": true,
118
       "difficulty": 3,
118
       "difficulty": 3,
119
       "slug": "difference-of-squares",
119
       "slug": "difference-of-squares",
120
-      "topics": null,
120
+      "topics": [
121
+        "loops",
122
+        "integers",
123
+        "mathematics"
124
+      ],
121
       "unlocked_by": null,
125
       "unlocked_by": null,
122
       "uuid": "b0da59c6-1b55-405c-b163-007ebf09f5e8"
126
       "uuid": "b0da59c6-1b55-405c-b163-007ebf09f5e8"
123
     },
127
     },