mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
24 lines
369 B
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."
|
|
}
|