kindergarten-garden

This commit is contained in:
2024-07-06 20:06:28 -04:00
parent 379e523c04
commit 22d545194e
10 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"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"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"kindergarten-garden","id":"9527c47ddff04eb9a3996d116c972a94","url":"https://exercism.org/tracks/elixir/exercises/kindergarten-garden","handle":"negrienko","is_requester":true,"auto_approve":false}