Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 committed Aug 7, 2024
1 parent 72d01f5 commit cdf9dac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,19 @@
"array-methods"
],
"status": "beta"
},
{
"slug": "kitchen-calculator",
"name": "Kitcen Calculator",
"uuid": "e7250ff1-967d-4b5d-8fa8-a57fdbbe24c5",
"concepts": [
"symbol",
"tuples"
],
"prerequisites": [
"procs-blocks"
],
"status": "beta"
}
],
"practice": [
Expand Down Expand Up @@ -1552,6 +1565,16 @@
"uuid": "22b6c054-9705-46c9-a14e-cf051c1d653a",
"slug": "procs-blocks",
"name": "Procs & Blocks"
},
{
"uuid": "a36e93cb-5ab0-4693-a6ab-ce698a3550ce",
"slug": "tuples",
"name": "Tuples"
},
{
"uuid": "268c4865-1a15-4f65-88d9-5a1bb1ba5ac4",
"slug": "symbol",
"name": "Symbol"
}
],
"key_features": [
Expand Down
3 changes: 2 additions & 1 deletion exercises/concept/kitchen-calculator/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"exemplar": [".meta/src/exemplar.cr"]
},
"blurb": "Learn about tuples and symbols by converting common US baking measurements to the metric system.",
"icon": "kitchen-calculator"
"icon": "kitchen-calculator",
"forked_from": ["elixir/kitchen-calculator"]
}

0 comments on commit cdf9dac

Please sign in to comment.