Skip to content

Commit

Permalink
Add prerequisite for difference-of-squares exercise (#1159)
Browse files Browse the repository at this point in the history
* Add prerequisite for difference-of-squares exercise

* 👌
  • Loading branch information
TomPradat authored Jun 18, 2021
1 parent f7224a3 commit 4089879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
"name": "Difference Of Squares",
"uuid": "7dfa878c-83a6-48ef-9170-b6633d51d601",
"practices": [],
"prerequisites": [],
"prerequisites": ["classes", "for-loops"],
"difficulty": 3,
"topics": ["algorithms", "loops", "integers", "math"]
},
Expand Down

0 comments on commit 4089879

Please sign in to comment.