28 lines
487 B
JSON
28 lines
487 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"ananthamapod"
|
||
|
],
|
||
|
"contributors": [
|
||
|
"angelikatyborska",
|
||
|
"ChristianTovar",
|
||
|
"Cohen-Carlisle",
|
||
|
"devonestes",
|
||
|
"neenjaw",
|
||
|
"parkerl",
|
||
|
"sotojuan",
|
||
|
"ybod"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"lib/all_your_base.ex"
|
||
|
],
|
||
|
"test": [
|
||
|
"test/all_your_base_test.exs"
|
||
|
],
|
||
|
"example": [
|
||
|
".meta/example.ex"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
|
||
|
}
|