mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
23 lines
382 B
JSON
23 lines
382 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"kimolivia"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"valentin-p",
|
||
|
"BethanyG"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"string_methods.py"
|
||
|
],
|
||
|
"test": [
|
||
|
"string_methods_test.py"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.py"
|
||
|
]
|
||
|
},
|
||
|
"icon": "anagrams",
|
||
|
"blurb": "Learn about string methods while improving your little sister's school essay."
|
||
|
}
|