Skip to content

Commit

Permalink
grains: add topics to config.json, update dificulty
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Phoenix committed Jan 6, 2017
1 parent 536c1fd commit e17f9ad
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 @@ -112,9 +112,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 e17f9ad

Please sign in to comment.