1
1
Fork 0
exercism/jq/vehicle-purchase/.exercism/config.json
Christina Sørensen 425aeafedf
feat(jq): vehicle purchase
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-09 18:37:41 +01:00

20 lines
372 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"vehicle-purchase.jq"
],
"test": [
"test-vehicle-purchase.bats"
],
"exemplar": [
".meta/exemplar.jq"
]
},
"forked_from": [
"javascript/vehicle-purchase"
],
"blurb": "Learn about comparison and conditionals while preparing for your next vehicle purchase"
}