Explorar el Código

Add rectangles topics to config

Close #922
themakshter hace 9 años
padre
commit
644b0238d0
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6
    1
      config.json

+ 6
- 1
config.json Ver fichero

902
       "core": false,
902
       "core": false,
903
       "difficulty": 8,
903
       "difficulty": 8,
904
       "slug": "rectangles",
904
       "slug": "rectangles",
905
-      "topics": null,
905
+      "topics": [
906
+        "arrays",
907
+        "logic",
908
+        "pattern_recognition",
909
+        "strings"
910
+      ],
906
       "unlocked_by": "robot-name",
911
       "unlocked_by": "robot-name",
907
       "uuid": "64cda115-919a-4eef-9a45-9ec5d1af98cc"
912
       "uuid": "64cda115-919a-4eef-9a45-9ec5d1af98cc"
908
     },
913
     },