Skip to content

Commit

Permalink
Fix prerequisites for Secret Handshake, Eliud's Eggs and Sieve
Browse files Browse the repository at this point in the history
  • Loading branch information
malbarbo authored and lpil committed Apr 1, 2024
1 parent 27bb2a0 commit a981483
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,10 @@
"name": "Secret Handshake",
"uuid": "22461f35-684d-4f75-9399-d07a4f483bdd",
"practices": [],
"prerequisites": [],
"prerequisites": [
"custom-types",
"lists"
],
"difficulty": 2
},
{
Expand Down Expand Up @@ -1812,11 +1815,11 @@
"name": "Eliud's Eggs",
"uuid": "2af8d672-a825-4699-a77e-771d5d48a5d1",
"practices": [
"ints"
"recursion"
],
"prerequisites": [
"basics",
"ints"
"ints",
"recursion"
],
"difficulty": 2
},
Expand All @@ -1825,7 +1828,10 @@
"name": "Sieve",
"uuid": "146a0acd-cabf-431c-97a4-3c719903411f",
"practices": [],
"prerequisites": [],
"prerequisites": [
"lists",
"recursion"
],
"difficulty": 4
}
]
Expand Down

0 comments on commit a981483

Please sign in to comment.