Explorar el Código

Add topics for largest-series-product

pvtuan10 hace 9 años
padre
commit
b2a34a623e
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7
    1
      config.json

+ 7
- 1
config.json Ver fichero

155
       "core": false,
155
       "core": false,
156
       "difficulty": 4,
156
       "difficulty": 4,
157
       "slug": "largest-series-product",
157
       "slug": "largest-series-product",
158
-      "topics": null,
158
+      "topics": [
159
+        "loops",
160
+        "type_conversion",
161
+        "integers",
162
+        "strings",
163
+        "mathematics"
164
+      ],
159
       "unlocked_by": "hamming",
165
       "unlocked_by": "hamming",
160
       "uuid": "b7310b6e-435c-4d5f-b2bd-31e586d0f238"
166
       "uuid": "b7310b6e-435c-4d5f-b2bd-31e586d0f238"
161
     },
167
     },