Kindergarten

This commit is contained in:
2025-05-04 14:57:42 +02:00
parent 73b74b9060
commit 6837ee3f6b
19 changed files with 27118 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"authors": [
"fredrb"
],
"contributors": [
"CRivasGomez",
"masters3d",
"SleeplessByte"
],
"files": {
"solution": [
"kindergarten-garden.ts"
],
"test": [
"kindergarten-garden.test.ts"
],
"example": [
".meta/proof.ci.ts"
]
},
"blurb": "Given a diagram, determine which plants each child in the kindergarten class is responsible for.",
"custom": {
"version.tests.compatibility": "jest-29",
"flag.tests.task-per-describe": false,
"flag.tests.may-run-long": false,
"flag.tests.includes-optional": false,
"flag.tests.jest": true,
"flag.tests.tstyche": false
},
"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":"typescript","exercise":"kindergarten-garden","id":"595fdf036ca447ebab34754a2ed97602","url":"https://exercism.org/tracks/typescript/exercises/kindergarten-garden","handle":"briemens","is_requester":true,"auto_approve":false}