Skip to content

Commit

Permalink
Merge pull request #430 from bordeltabernacle/update-config-json/grains
Browse files Browse the repository at this point in the history
grains: add topics to config.json, update difficulty
  • Loading branch information
robphoenix authored Jan 6, 2017
2 parents 8f5ece9 + e17f9ad commit ca54c3b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,15 @@
"topics": []
},
{
"difficulty": 1,
"difficulty": 2,
"slug": "grains",
"topics": []
"topics": [
"Control-flow (if-else statements)",
"Bitwise operations",
"Mathematics",
"Type conversion",
"Integers"
]
},
{
"difficulty": 1,
Expand Down

0 comments on commit ca54c3b

Please sign in to comment.