Skip to content

Commit 6b87b7b

Browse files
Deprecate beer-song and diffie-hellman (#1356)
1 parent 4068d55 commit 6b87b7b

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

config.json

+8-24
Original file line numberDiff line numberDiff line change
@@ -1235,19 +1235,10 @@
12351235
"slug": "beer-song",
12361236
"name": "Beer Song",
12371237
"uuid": "24db624b-7c80-409d-97d5-e1177f025c67",
1238-
"prerequisites": [
1239-
"strings",
1240-
"multiple-clause-functions",
1241-
"default-arguments",
1242-
"ranges",
1243-
"enum",
1244-
"recursion"
1245-
],
1246-
"practices": [
1247-
"multiple-clause-functions",
1248-
"default-arguments"
1249-
],
1250-
"difficulty": 3
1238+
"prerequisites": [],
1239+
"practices": [],
1240+
"difficulty": 3,
1241+
"status": "deprecated"
12511242
},
12521243
{
12531244
"slug": "binary",
@@ -1779,17 +1770,10 @@
17791770
"slug": "diffie-hellman",
17801771
"name": "Diffie-Hellman",
17811772
"uuid": "92caf2b9-3fca-401c-8daa-aaa0193e704f",
1782-
"prerequisites": [
1783-
"ranges",
1784-
"randomness",
1785-
"erlang-libraries"
1786-
],
1787-
"practices": [
1788-
"ranges",
1789-
"randomness",
1790-
"erlang-libraries"
1791-
],
1792-
"difficulty": 4
1773+
"prerequisites": [],
1774+
"practices": [],
1775+
"difficulty": 4,
1776+
"status": "deprecated"
17931777
},
17941778
{
17951779
"slug": "dominoes",

0 commit comments

Comments
 (0)