1
1
Fork 0
exercism/jq/phone-number/.exercism/config.json
Christina Sørensen 8be85a3a4f
feat(jq): phone
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-19 16:46:01 +01:00

19 lines
437 B
JSON

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