Skip to content

Commit

Permalink
fix: added slug to config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GroophyLifefor committed Feb 29, 2024
1 parent b56a330 commit 3c26043
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
],
"prerequisites": [],
"difficulty": 1
},
{
"uuid": "9287b1e2-253b-4a05-bce0-1361b186459e",
"slug": "raindrops",
"name": "raindrops",
"practices": [
"basics",
"conditionals"
],
"prerequisites": [],
"difficulty": 1
}
]
},
Expand Down

0 comments on commit 3c26043

Please sign in to comment.