Explorar el Código

Merge pull request #797 from Kaioru/raindrops-topic

Add topics to raindrops exercise
FridaTveit hace 9 años
padre
commit
4c5eef0af7
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6
    1
      config.json

+ 6
- 1
config.json Ver fichero

@@ -91,7 +91,12 @@
91 91
       "core": false,
92 92
       "difficulty": 3,
93 93
       "slug": "raindrops",
94
-      "topics": null,
94
+      "topics": [
95
+        "strings",
96
+        "integers",
97
+        "conditionals",
98
+        "mathematics"
99
+      ],
95 100
       "unlocked_by": "hello-world",
96 101
       "uuid": "d916e4f8-fda1-41c0-ab24-79e8fc3f1272"
97 102
     },