Explorar el Código

Added type_conversion and strings to matrix topics.

Nikolas Mouzourides hace 9 años
padre
commit
f90815c035
Se han modificado 1 ficheros con 7 adiciones y 5 borrados
  1. 7
    5
      config.json

+ 7
- 5
config.json Ver fichero

@@ -200,11 +200,13 @@
200 200
       "difficulty": 4,
201 201
       "slug": "matrix",
202 202
       "topics": [
203
-	"loops",
204
-	"arrays",
205
-	"pattern_matching",
206
-	"integers"
207
-	],
203
+        "loops",
204
+        "arrays",
205
+        "pattern_matching",
206
+        "integers",
207
+        "strings",
208
+        "type_conversion"
209
+      ],
208 210
       "unlocked_by": null,
209 211
       "uuid": "c1d4e0b4-6a0f-4be9-8222-345966621f53"
210 212
     },