mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 23:30:48 -05:00
28 lines
446 B
JSON
28 lines
446 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"Ticktakto",
|
||
|
"Yabby1997",
|
||
|
"limm-jk",
|
||
|
"OMEGA-Y",
|
||
|
"wnstj2007",
|
||
|
"pranasziaukas",
|
||
|
"bethanyG"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"PaulT89"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"black_jack.py"
|
||
|
],
|
||
|
"test": [
|
||
|
"black_jack_test.py"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.py"
|
||
|
]
|
||
|
},
|
||
|
"icon": "poker",
|
||
|
"blurb": "Learn about comparisons by implementing some Black Jack judging rules."
|
||
|
}
|