24 lines
514 B
JSON
Raw Normal View History

2024-10-14 11:37:17 +02:00
{
"authors": [
"devkabiir"
],
"contributors": [
"kytrinyx",
"Stargator"
],
"files": {
"solution": [
"lib/phone_number.dart"
],
"test": [
"test/phone_number_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"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"
}