Skip to content

Commit

Permalink
Fix merge duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Nov 16, 2023
1 parent 1d80668 commit 60975c3
Showing 1 changed file with 8 additions and 44 deletions.
52 changes: 8 additions & 44 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
"strings"
]
},
{
"slug": "darts",
"name": "Darts",
"uuid": "1ae2f1bd-5f62-4692-857d-faaf5223cad7",
"practices": [],
"prerequisites": [],
"difficulty": 2
},
{
"slug": "difference-of-squares",
"name": "Difference of Squares",
Expand Down Expand Up @@ -235,50 +243,6 @@
"difficulty": 1,
"topics": []
},
{
"slug": "bob",
"name": "Bob",
"uuid": "345a440a-f995-4ead-9890-f5075c7f962e",
"practices": [],
"prerequisites": [],
"difficulty": 2,
"topics": [
"conditionals",
"strings"
]
},
{
"slug": "darts",
"name": "Darts",
"uuid": "1ae2f1bd-5f62-4692-857d-faaf5223cad7",
"practices": [],
"prerequisites": [],
"difficulty": 2
},
{
"slug": "difference-of-squares",
"name": "Difference of Squares",
"uuid": "e6662c3e-9d5e-4744-977e-ed12f3171e1e",
"practices": [],
"prerequisites": [],
"difficulty": 2,
"topics": [
"algorithms",
"math"
]
},
{
"slug": "pangram",
"name": "Pangram",
"uuid": "fa80ef6a-db6a-429d-ae7a-ceba0ba96dab",
"practices": [],
"prerequisites": [],
"difficulty": 2,
"topics": [
"loops",
"strings"
]
},
{
"slug": "roman-numerals",
"name": "Roman Numerals",
Expand Down

0 comments on commit 60975c3

Please sign in to comment.