Bläddra i källkod

Add topics to Secret Handshake excercise

Filip Olszewski 9 år sedan
förälder
incheckning
d9178efdd7
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6
    1
      config.json

+ 6
- 1
config.json Visa fil

133
       "core": true,
133
       "core": true,
134
       "difficulty": 3,
134
       "difficulty": 3,
135
       "slug": "secret-handshake",
135
       "slug": "secret-handshake",
136
-      "topics": null,
136
+      "topics": [
137
+        "loops",
138
+	"transforming",
139
+        "conditionals",
140
+	"cryptography"
141
+      ],
137
       "unlocked_by": null,
142
       "unlocked_by": null,
138
       "uuid": "71c7c174-7e2c-43c2-bdd6-7515fcb12a91"
143
       "uuid": "71c7c174-7e2c-43c2-bdd6-7515fcb12a91"
139
     },
144
     },