Skip to content

Commit b01f1de

Browse files
authored
Merge pull request exercism#798 from RollandMichael7/patch-1
Add Isogram topics
2 parents 6accdde + 0ec2342 commit b01f1de

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,12 @@
227227
"core": false,
228228
"difficulty": 4,
229229
"slug": "isogram",
230-
"topics": null,
230+
"topics": [
231+
"conditionals",
232+
"loops",
233+
"strings",
234+
"parsing"
235+
],
231236
"unlocked_by": "hello-world",
232237
"uuid": "c3e89c7c-3a8a-4ddc-b653-9b0ff9e1d7d8"
233238
},

0 commit comments

Comments
 (0)