Skip to content

Commit

Permalink
Add topics to word-count exercise in config.json
Browse files Browse the repository at this point in the history
addresses #353
  • Loading branch information
robphoenix authored and behrtam committed Oct 19, 2016
1 parent 1399276 commit 5a36197
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,13 @@
},
{
"slug": "word-count",
"difficulty": 1,
"difficulty": 3,
"topics": [
"strings",
"algorithms",
"logic",
"pattern recognition",
"text formatting"
]
},
{
Expand Down

0 comments on commit 5a36197

Please sign in to comment.