Skip to content

Commit

Permalink
remove topics
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad committed Jun 19, 2024
1 parent 3b008d7 commit 38aeb09
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
"felts"
],
"prerequisites": [],
"difficulty": 1,
"topics": [
"test_driven_development"
]
"difficulty": 1
},
{
"slug": "leap",
Expand All @@ -58,10 +55,7 @@
"integers"
],
"prerequisites": [],
"difficulty": 1,
"topics": [
"conditionals"
]
"difficulty": 1
},
{
"slug": "armstrong-numbers",
Expand All @@ -73,12 +67,7 @@
"enums"
],
"prerequisites": [],
"difficulty": 1,
"topics": [
"math",
"option_type",
"result_type"
]
"difficulty": 1
}
]
},
Expand Down

0 comments on commit 38aeb09

Please sign in to comment.