exercism.org/python/little-sisters-vocab/.exercism/config.json

20 lines
325 B
JSON

{
"authors": [
"aldraco",
"BethanyG"
],
"files": {
"solution": [
"strings.py"
],
"test": [
"strings_test.py"
],
"exemplar": [
".meta/exemplar.py"
]
},
"icon": "two-fer",
"blurb": "Learn about strings by helping your little sister with her vocabulary homework."
}