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

Merge pull request #862 from filipolszewski/master

Add topics to Secret Handshake exercise
FridaTveit 9 лет назад
Родитель
Сommit
642a26f0b7
1 измененных файлов: 10 добавлений и 1 удалений
  1. 10
    1
      config.json

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

139
       "core": true,
139
       "core": true,
140
       "difficulty": 3,
140
       "difficulty": 3,
141
       "slug": "secret-handshake",
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
       "unlocked_by": null,
152
       "unlocked_by": null,
144
       "uuid": "71c7c174-7e2c-43c2-bdd6-7515fcb12a91"
153
       "uuid": "71c7c174-7e2c-43c2-bdd6-7515fcb12a91"
145
     },
154
     },