mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
29 lines
464 B
JSON
29 lines
464 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"Ticktakto",
|
||
|
"Yabby1997",
|
||
|
"limm-jk",
|
||
|
"OMEGA-Y",
|
||
|
"wnstj2007",
|
||
|
"J08K"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"BethanyG",
|
||
|
"kytrinyx",
|
||
|
"pranasziaukas"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"exchange.py"
|
||
|
],
|
||
|
"test": [
|
||
|
"exchange_test.py"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.py"
|
||
|
]
|
||
|
},
|
||
|
"icon": "hyperia-forex",
|
||
|
"blurb": "Learn about numbers by solving Chandler's currency exchange conundrums."
|
||
|
}
|