Browse Source

Merge pull request #797 from Kaioru/raindrops-topic

Add topics to raindrops exercise
FridaTveit 9 years ago
parent
commit
4c5eef0af7
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      config.json

+ 6
- 1
config.json View File

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