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

25 lines
369 B
JSON
Raw Normal View History

2024-09-26 17:49:18 -04:00
{
"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."
}