Skip to content

Commit

Permalink
Deprecate beer-song and diffie-hellman (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska authored Sep 8, 2023
1 parent 4068d55 commit 6b87b7b
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,19 +1235,10 @@
"slug": "beer-song",
"name": "Beer Song",
"uuid": "24db624b-7c80-409d-97d5-e1177f025c67",
"prerequisites": [
"strings",
"multiple-clause-functions",
"default-arguments",
"ranges",
"enum",
"recursion"
],
"practices": [
"multiple-clause-functions",
"default-arguments"
],
"difficulty": 3
"prerequisites": [],
"practices": [],
"difficulty": 3,
"status": "deprecated"
},
{
"slug": "binary",
Expand Down Expand Up @@ -1779,17 +1770,10 @@
"slug": "diffie-hellman",
"name": "Diffie-Hellman",
"uuid": "92caf2b9-3fca-401c-8daa-aaa0193e704f",
"prerequisites": [
"ranges",
"randomness",
"erlang-libraries"
],
"practices": [
"ranges",
"randomness",
"erlang-libraries"
],
"difficulty": 4
"prerequisites": [],
"practices": [],
"difficulty": 4,
"status": "deprecated"
},
{
"slug": "dominoes",
Expand Down

0 comments on commit 6b87b7b

Please sign in to comment.