Skip to content

Commit

Permalink
Add prerequisites for exercise bank-account
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPradat committed Oct 2, 2022
1 parent fbc909b commit 373f7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@
"slug": "bank-account",
"name": "Bank Account",
"uuid": "8beedf70-28b4-4cfb-ab53-309ee6f6aa78",
"practices": [],
"prerequisites": [],
"practices": ["classes", "conditionals", "numbers"],
"prerequisites": ["classes"],
"difficulty": 3,
"topics": ["classes", "conditionals"]
},
Expand Down

0 comments on commit 373f7b5

Please sign in to comment.