1
1
Fork 0
exercism/jq/remote-control-car/.exercism/config.json
Christina Sørensen 215e3d084b
feat(jq): remote-control-car
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-09 19:05:58 +01:00

21 lines
373 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"remote-control-car.jq"
],
"test": [
"test-remote-control-car.bats"
],
"exemplar": [
".meta/exemplar.jq"
]
},
"forked_from": [
"elixir/elons-toys"
],
"icon": "elons-toys",
"blurb": "Learn about functions by playing around with a remote controlled car."
}