mirror of
https://github.com/rjNemo/exercism-elixir
synced 2026-06-06 02:16:48 +00:00
27 lines
487 B
JSON
27 lines
487 B
JSON
{
|
|
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base.",
|
|
"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"
|
|
]
|
|
}
|
|
}
|