1
1
Fork 0
exercism/jq/phone-number/.exercism/config.json

20 lines
437 B
JSON
Raw Normal View History

{
"authors": [
"glennj"
],
"files": {
"solution": [
"phone-number.jq"
],
"test": [
"test-phone-number.bats"
],
"example": [
".meta/example.jq"
]
},
"blurb": "Clean up user-entered phone numbers so that they can be sent SMS messages.",
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}