Browse Source

Merge pull request #862 from filipolszewski/master

Add topics to Secret Handshake exercise
FridaTveit 9 years ago
parent
commit
642a26f0b7
1 changed files with 10 additions and 1 deletions
  1. 10
    1
      config.json

+ 10
- 1
config.json View File

@@ -139,7 +139,16 @@
139 139
       "core": true,
140 140
       "difficulty": 3,
141 141
       "slug": "secret-handshake",
142
-      "topics": null,
142
+      "topics": [
143
+        "loops",
144
+        "conditionals",
145
+        "integers",
146
+        "mathematics",
147
+        "transforming",
148
+        "cryptography",
149
+        "enumerations",
150
+        "bitwise_operations"
151
+      ],
143 152
       "unlocked_by": null,
144 153
       "uuid": "71c7c174-7e2c-43c2-bdd6-7515fcb12a91"
145 154
     },