exercism/python/card-games/.exercism/config.json

24 lines
369 B
JSON

{
"authors": [
"itamargal",
"isaacg",
"bethanyg"
],
"contributors": [
"valentin-p",
"pranasziaukas"
],
"files": {
"solution": [
"lists.py"
],
"test": [
"lists_test.py"
],
"exemplar": [
".meta/exemplar.py"
]
},
"icon": "poker",
"blurb": "Learn about lists by tracking hands in card games."
}