Skip to content

Commit

Permalink
added practices and prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
massivefermion authored and lpil committed Oct 16, 2023
1 parent 59b650e commit 0275b16
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1840,8 +1840,17 @@
"name": "Book Store",
"uuid": "f45f7c07-465a-4fec-b7ed-263d770d580c",
"practices": [
"ints",
"lists",
"recursion",
"case-expressions"
],
"prerequisites": [
"ints",
"lists",
"recursion",
"case-expressions"
],
"prerequisites": [],
"difficulty": 5
}
]
Expand Down

0 comments on commit 0275b16

Please sign in to comment.