1
1
Fork 0
exercism/jq/bird-count/.exercism/config.json
Christina Sørensen 39f408b8b0
feat: bird-count
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-06 14:51:36 +01:00

23 lines
389 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"bird-count.jq"
],
"test": [
"test-bird-count.bats"
],
"exemplar": [
".meta/exemplar.jq"
],
"editor": [
"bird-counting-data.json"
]
},
"forked_from": [
"ruby/bird-count"
],
"blurb": "Learn about arrays by keeping track of how many birds visit your garden."
}