Skip to content

Commit

Permalink
hello-world: add topics in config.json (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
robphoenix authored and petertseng committed Jan 5, 2017
1 parent c384aaa commit 536c1fd
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 @@ -24,7 +24,12 @@
{
"difficulty": 1,
"slug": "hello-world",
"topics": []
"topics": [
"Control-flow (if-else statements)",
"Optional values",
"Strings",
"Text formatting"
]
},
{
"difficulty": 1,
Expand Down

0 comments on commit 536c1fd

Please sign in to comment.