Skip to content

Commit

Permalink
chore(bottle-song): inherit its predecessor prerequisites and practices
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-duchenet committed Sep 18, 2023
1 parent 5480019 commit a1c7a1f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1311,8 +1311,16 @@
"slug": "bottle-song",
"name": "Bottle Song",
"uuid": "6c240d6c-d897-4c4e-a556-b595f45c2d3b",
"prerequisites": [],
"practices": [],
"prerequisites": [
"strings",
"multiple-clause-functions",
"ranges",
"enum",
"recursion"
],
"practices": [
"multiple-clause-functions",
],
"difficulty": 3
},
{
Expand Down

0 comments on commit a1c7a1f

Please sign in to comment.