1
1
Fork 0
exercism/jq/kindergarten-garden/.exercism/config.json

20 lines
473 B
JSON
Raw Normal View History

{
"authors": [
"glennj"
],
"files": {
"solution": [
"kindergarten-garden.jq"
],
"test": [
"test-kindergarten-garden.bats"
],
"example": [
".meta/example.jq"
]
},
"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"
}