1
1
Fork 0
exercism/jq/vehicle-purchase/.exercism/config.json

21 lines
372 B
JSON
Raw Permalink Normal View History

{
"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"
}