exercism/elixir/kindergarten-garden/.exercism/config.json

30 lines
625 B
JSON
Raw Permalink Normal View History

2024-07-07 00:06:28 +00:00
{
"authors": [
"devonestes"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"jwworth",
"lpil",
"nathanielknight",
"neenjaw",
"parkerl",
"sotojuan"
],
"files": {
"solution": [
"lib/garden.ex"
],
"test": [
"test/garden_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Given a diagram, determine which plants each child in the kindergarten class is responsible for.",
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}