Просмотр исходного кода

Add topics to Secret Handshake excercise

Filip Olszewski 9 лет назад
Родитель
Сommit
d9178efdd7
1 измененных файлов: 6 добавлений и 1 удалений
  1. 6
    1
      config.json

+ 6
- 1
config.json Просмотреть файл

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
     },